Uranus (♅) is the Unicode character at U+2645 in Miscellaneous Symbols. Official name: URANUS — the standard planetary and astrological glyph for the planet Uranus.
Remember
Character ♅
Unicode U+2645
Hex entity ♅
Decimal ♅
CSS escape \2645
Named entity (none)
Not the same ♄ · ♆ · ⛢
Prefer ♅ or ♅ in HTML markup. You can also type ♅ in UTF-8. There is no named entity. Pair the glyph with the word “Uranus” so the meaning stays clear.
Using Hex Code: ♅
Using HTML Code: ♅
Using CSS Entity: ♅
Typed directly: ♅
Planet: Uranus ♅
How It Works
1. Hex:U+2645 → ♅ in HTML. The browser turns it into ♅.
2. Decimal: same code point as 9797 → ♅. Same result as hex.
3. CSS: use \2645 in content (not an HTML entity). #point::after appends that ♅ after the paragraph text.
4. Typed / label: paste ♅ in UTF-8, and keep the word “Uranus” nearby so the symbol is understandable.
Pitfalls & Tips
Common mistakes when working with U+2645.
Named
No &uranus; name
HTML5 has no named entity for U+2645. Use ♅ or ♅ — do not invent a name.
vs ♄
Not Saturn
♄ is Saturn (U+2644). ♅ is Uranus — neighboring code points, different planets.
vs ♆
Not Neptune
♆ is Neptune (U+2646). Keep planetary lists in the correct Unicode order.
vs ⛢
Alternate Uranus glyph
⛢ (U+26E2) is ASTRONOMICAL SYMBOL FOR URANUS (Herschel “H” style). Prefer U+2645 unless you specifically need the alternate form.
Fonts
Glyph depends on font
Some fonts draw planetary symbols weakly or as a fallback box. Test with fonts that cover Miscellaneous Symbols.
CSS vs HTML
Do not mix escapes
\2645 belongs in CSS strings. ♅ / ♅ belong in HTML.
A11y
Always label the planet
Screen readers may announce a generic “symbol.” Write “Uranus ♅” (or similar) so the meaning is clear.
Compatibility
Browser Support
The Uranus symbol (U+2645) and its entity forms (♅, ♅, CSS \\2645) are supported in all mainstream browsers. Visible planetary glyphs depend on fonts that include Miscellaneous Symbols.
✓ Universal support
Uranus (♅)
Encode with hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+2645Full support
Bottom line: Prefer ♅ or ♅ in HTML. Use \\2645 only inside CSS content. Pair the glyph with the word “Uranus” for clarity.
Remember
Key Takeaways
Unicode: Uranus is U+2645 (decimal 9797) — glyph ♅.
HTML: use ♅ or ♅ — no named entity in HTML5.
CSS: use \2645 inside content for generated text.
Meaning:♅ is Uranus — not ♄ (Saturn), not ♆ (Neptune), not ⛢ (alternate).
One line:U+2645 → ♅ / ♅ / CSS \2645.
Frequently Asked Questions
Use ♅ (hex), ♅ (decimal), type ♅ directly in UTF-8, or the CSS escape \2645 in content. There is no named HTML entity for U+2645.
U+2645 (URANUS). Hex 2645, decimal 9797. It belongs to Miscellaneous Symbols (U+2600–U+26FF).
No. HTML5 does not define a named entity for this character. Use numeric forms ♅ or ♅.
Use it in astronomy, solar-system education, astrology charts, and any content that needs the planetary glyph for Uranus — ideally next to the word Uranus for clarity.
It sits with other planetary glyphs such as Jupiter (♃), Saturn (♄), and Neptune (♆). Each has its own Unicode code point.
HTML entities (♅ or ♅) go in markup. The CSS escape \2645 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uranus (♅) is Unicode U+2645 (decimal 9797) — official name URANUS in Miscellaneous Symbols (U+2600–U+26FF). HTML5 has no named entity — use ♅ or ♅. It is the standard planetary/astrological glyph for the planet Uranus. Pair the symbol with the word “Uranus” for clarity, especially for accessibility.