| Nom du symbole | Hangul Syllable Nwanh |
| Version Unicode | 2.0 |
| Unicode | U+B19A |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \B19A |
| Code hexadécimal | 0xB19A |
| Code HTML | 놚 |
| LaTeX | \hangul{B19A} |
| Symbole | 놚 |
| Encodage URL (pourcent UTF-8) | %EB%86%9A |
| Nom oral / lecteur d’écran | Hangul Syllable Nwanh |
| UTF-8 | EB 86 9A |
| UTF-16 | B19A |
| UTF-32 | 0000B19A |
1\documentclass{article}2\usepackage{pifont}3\hangul{B19A}4\end{document}Vous pouvez saisir le symbole hangul syllable nwanh sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 45466 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable nwanh", or use Unicode Hex Input with B19A.
Ctrl + Shift + U, type b19a, 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-nwanh::before { content: "\B19A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>놚</span>La représentation du symbole Hangul Syllable Nwanh dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uB19A' or String.fromCodePoint(45466) |
| Python | '\N{HANGUL SYLLABLE NWANH}' or chr(45466) |
| Rust | '\u{B19A}' |
| C / C++ | UTF-8 source or wchar_t with U+B19A |
| Go | string(rune(0xB19A)) |
| Ruby | "\u{B19A}" |