| Nombre del símbolo | Hangul Syllable Nwaelm |
| Versión Unicode | 2.0 |
| Unicode | U+B1BA |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \B1BA |
| Código hexadecimal | 0xB1BA |
| Código HTML | 놺 |
| LaTeX | \hangul{B1BA} |
| Símbolo | 놺 |
| Codificación URL (porcentaje UTF-8) | %EB%86%BA |
| Nombre oral / lector de pantalla | Hangul Syllable Nwaelm |
| UTF-8 | EB 86 BA |
| UTF-16 | B1BA |
| UTF-32 | 0000B1BA |
1\documentclass{article}2\usepackage{pifont}3\hangul{B1BA}4\end{document}Puedes escribir el símbolo hangul syllable nwaelm en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 45498 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable nwaelm", or use Unicode Hex Input with B1BA.
Ctrl + Shift + U, type b1ba, 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-nwaelm::before { content: "\B1BA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>놺</span>La representación del símbolo Hangul Syllable Nwaelm en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uB1BA' or String.fromCodePoint(45498) |
| Python | '\N{HANGUL SYLLABLE NWAELM}' or chr(45498) |
| Rust | '\u{B1BA}' |
| C / C++ | UTF-8 source or wchar_t with U+B1BA |
| Go | string(rune(0xB1BA)) |
| Ruby | "\u{B1BA}" |