| Nom du symbole | Infinity |
| Version Unicode | 11.0 |
| Unicode | U+267E |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \267E |
| Code hexadécimal | 0x267E |
| Code HTML | ♾️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ♾️ |
| Encodage URL (pourcent UTF-8) | %E2%99%BE%EF%B8%8F |
| Nom oral / lecteur d’écran | Infinity |
| UTF-8 | E2 99 BE EF B8 8F |
| UTF-16 | 267E FE0F |
| UTF-32 | 0000267E 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole infinity sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "infinity".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "infinity".
Emoji keyboard → Symbols; search "infinity".
1span.infinity-emoji::before { content: "\267E"; } /* prefer inline grapheme for ZWJ */1<span>♾️</span>La représentation du symbole Infinity dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x267E, 0xFE0F) |
| Python | '\N{INFINITY}' |
| Rust | '\u{267E}' |
| Swift | "\u{267E}" |
| Go | string(rune(0x267E)) |
| Ruby | "\u{267E}" |