| Symboolnaam | Hangul Syllable Nab |
| Unicode-versie | 2.0 |
| Unicode | U+B0AE |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B0AE |
| Hexadecimale code | 0xB0AE |
| HTML-code | 낮 |
| LaTeX | \hangul{B0AE} |
| Symbool | 낮 |
| URL-codering (UTF-8 procent) | %EB%82%AE |
| Uitgesproken naam / schermlezer | Hangul Syllable Nab |
| UTF-8 | EB 82 AE |
| UTF-16 | B0AE |
| UTF-32 | 0000B0AE |
1\documentclass{article}2\usepackage{pifont}3\hangul{B0AE}4\end{document}Je kunt het hangul syllable nab-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 45230 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable nab", or use Unicode Hex Input with B0AE.
Ctrl + Shift + U, type b0ae, 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-nab::before { content: "\B0AE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>낮</span>De weergave van het Hangul Syllable Nab-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB0AE' or String.fromCodePoint(45230) |
| Python | '\N{HANGUL SYLLABLE NAB}' or chr(45230) |
| Rust | '\u{B0AE}' |
| C / C++ | UTF-8 source or wchar_t with U+B0AE |
| Go | string(rune(0xB0AE)) |
| Ruby | "\u{B0AE}" |