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