| Symbol Name | Curly Loop |
| Unicode Version | 0.6 |
| Unicode | U+27B0 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \27B0 |
| Hex Code | 0x27B0 |
| HTML Code | ➰ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ➰ |
| URL encode (UTF-8 percent) | %E2%9E%B0 |
| Spoken / screen reader name | Curly Loop |
| UTF-8 | E2 9E B0 |
| UTF-16 | 27B0 |
| UTF-32 | 000027B0 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the curly loop symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "curly loop".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "curly loop".
Emoji keyboard → Symbols; search "curly loop".
1span.curly-loop-emoji::before { content: "\27B0"; } /* prefer inline grapheme for ZWJ */1<span>➰</span>Curly Loop symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27B0' or String.fromCodePoint(10160) |
| Python | '\N{CURLY LOOP}' |
| Rust | '\u{27B0}' |
| Swift | "\u{27B0}" |
| Go | string(rune(0x27B0)) |
| Ruby | "\u{27B0}" |