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