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