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