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