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