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