| Symbol Name | Double Curly Loop |
| Unicode Version | 1.0 |
| Unicode | U+27BF |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \27BF |
| Hex Code | 0x27BF |
| HTML Code | ➿ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ➿ |
| URL encode (UTF-8 percent) | %E2%9E%BF |
| Spoken / screen reader name | Double Curly Loop |
| UTF-8 | E2 9E BF |
| UTF-16 | 27BF |
| UTF-32 | 000027BF |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the double 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 "double curly loop".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "double curly loop".
Emoji keyboard → Symbols; search "double curly loop".
1span.double-curly-loop-emoji::before { content: "\27BF"; } /* prefer inline grapheme for ZWJ */1<span>➿</span>Double Curly Loop symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27BF' or String.fromCodePoint(10175) |
| Python | '\N{DOUBLE CURLY LOOP}' |
| Rust | '\u{27BF}' |
| Swift | "\u{27BF}" |
| Go | string(rune(0x27BF)) |
| Ruby | "\u{27BF}" |