| Symbol Name | Fleur-de-lis |
| Unicode Version | 1.0 |
| Unicode | U+269C |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \269C |
| Hex Code | 0x269C |
| HTML Code | ⚜️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⚜️ |
| URL encode (UTF-8 percent) | %E2%9A%9C%EF%B8%8F |
| Spoken / screen reader name | Fleur-de-lis |
| UTF-8 | E2 9A 9C EF B8 8F |
| UTF-16 | 269C FE0F |
| UTF-32 | 0000269C 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the fleur-de-lis 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 "fleur-de-lis".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "fleur-de-lis".
Emoji keyboard → Symbols; search "fleur-de-lis".
1span.fleur-de-lis-emoji::before { content: "\269C"; } /* prefer inline grapheme for ZWJ */1<span>⚜️</span>Fleur-de-lis symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x269C, 0xFE0F) |
| Python | '\N{FLEUR DE LIS}' |
| Rust | '\u{269C}' |
| Swift | "\u{269C}" |
| Go | string(rune(0x269C)) |
| Ruby | "\u{269C}" |