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