TIL that there is an SQLite database of Unicode included in every macOS installation.
Running
sqlite3 '/System/Library/Input Methods/CharacterPalette.app/Contents/Resources/CharacterDB.sqlite3' "select unicode(uchr) from unihan_dict where info like 'NO-BREAK SPACE|%’”
emits 160
, a.k.a. U+00A0.