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