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