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