| Nom du symbole | Hangul Syllable Nyaemt |
| Version Unicode | 2.0 |
| Unicode | U+B0FF |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \B0FF |
| Code hexadécimal | 0xB0FF |
| Code HTML | 냿 |
| LaTeX | \hangul{B0FF} |
| Symbole | 냿 |
| Encodage URL (pourcent UTF-8) | %EB%83%BF |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable nyaemt sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Nyaemt dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |