| Symboolnaam | Hangul Syllable Neos |
| Unicode-versie | 2.0 |
| Unicode | U+B121 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B121 |
| Hexadecimale code | 0xB121 |
| HTML-code | 넡 |
| LaTeX | \hangul{B121} |
| Symbool | 넡 |
| URL-codering (UTF-8 procent) | %EB%84%A1 |
| Uitgesproken naam / schermlezer | Hangul Syllable Neos |
| UTF-8 | EB 84 A1 |
| UTF-16 | B121 |
| UTF-32 | 0000B121 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B121}4\end{document}Je kunt het hangul syllable neos-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 45345 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable neos", or use Unicode Hex Input with B121.
Ctrl + Shift + U, type b121, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-neos::before { content: "\B121"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>넡</span>De weergave van het Hangul Syllable Neos-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB121' or String.fromCodePoint(45345) |
| Python | '\N{HANGUL SYLLABLE NEOS}' or chr(45345) |
| Rust | '\u{B121}' |
| C / C++ | UTF-8 source or wchar_t with U+B121 |
| Go | string(rune(0xB121)) |
| Ruby | "\u{B121}" |