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