| Symbol Name | Hangul Syllable Ro |
| Unicode Version | 2.0 |
| Unicode | U+B85C |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B85C |
| Hex Code | 0xB85C |
| HTML Code | 로 |
| LaTeX | \hangul{B85C} |
| Symbol | 로 |
| URL encode (UTF-8 percent) | %EB%A1%9C |
| Spoken / screen reader name | Hangul Syllable Ro |
| UTF-8 | EB A1 9C |
| UTF-16 | B85C |
| UTF-32 | 0000B85C |
1\documentclass{article}2\usepackage{pifont}3\hangul{B85C}4\end{document}You can type the hangul syllable ro symbol on most modern devices with the help of following methods:
Alt + 47196 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ro", or use Unicode Hex Input with B85C.
Ctrl + Shift + U, type b85c, 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-ro::before { content: "\B85C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>로</span>Hangul Syllable Ro symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uB85C' or String.fromCodePoint(47196) |
| Python | '\N{HANGUL SYLLABLE RO}' or chr(47196) |
| Rust | '\u{B85C}' |
| C / C++ | UTF-8 source or wchar_t with U+B85C |
| Go | string(rune(0xB85C)) |
| Ruby | "\u{B85C}" |