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