| Symbol Name | Hangul Syllable Nyaemt |
| Unicode Version | 2.0 |
| Unicode | U+B0FF |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B0FF |
| Hex Code | 0xB0FF |
| HTML Code | 냿 |
| LaTeX | \hangul{B0FF} |
| Symbol | 냿 |
| URL encode (UTF-8 percent) | %EB%83%BF |
| Spoken / screen reader name | Hangul Syllable Nyaemt |
| UTF-8 | EB 83 BF |
| UTF-16 | B0FF |
| UTF-32 | 0000B0FF |
1\documentclass{article}2\usepackage{pifont}3\hangul{B0FF}4\end{document}You can type the hangul syllable nyaemt symbol on most modern devices with the help of following methods:
Alt + 45311 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable nyaemt", or use Unicode Hex Input with B0FF.
Ctrl + Shift + U, type b0ff, 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-nyaemt::before { content: "\B0FF"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>냿</span>Hangul Syllable Nyaemt symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uB0FF' or String.fromCodePoint(45311) |
| Python | '\N{HANGUL SYLLABLE NYAEMT}' or chr(45311) |
| Rust | '\u{B0FF}' |
| C / C++ | UTF-8 source or wchar_t with U+B0FF |
| Go | string(rune(0xB0FF)) |
| Ruby | "\u{B0FF}" |