| Nombre del símbolo | Hangul Syllable Nweolb |
| Versión Unicode | 2.0 |
| Unicode | U+B22B |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \B22B |
| Código hexadecimal | 0xB22B |
| Código HTML | 눫 |
| LaTeX | \hangul{B22B} |
| Símbolo | 눫 |
| Codificación URL (porcentaje UTF-8) | %EB%88%AB |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable nweolb en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Nweolb en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |