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