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