Css Styling

Size
𪖨
15px
𪖨
18px
𪖨
21px
𪖨
24px
𪖨
27px
𪖨
30px
𪖨
33px
𪖨
36px
𪖨
42px
𪖨
48px
𪖨
54px
𪖨
60px
𪖨
66px
𪖨
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𪖨
Bold
𪖨
Italic
𪖨
Underline
𪖨
Strikethrough
𪖨
UpperCase
𪖨
LowerCase
𪖨
Oblique
A 𪖨
Subscript
A 𪖨
Superscript
𪖨
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𪖨
Arial
𪖨
Times New Roman
𪖨
Verdana
𪖨
Courier New
𪖨
Garamond
𪖨
Georgia
𪖨
Trebuchet MS
𪖨
Tahoma
𪖨
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𪖨
White
𪖨
Brown
𪖨
Maroon
𪖨
Magenta
𪖨
Red
𪖨
Orange
𪖨
Yellow
𪖨
Green
𪖨
Teal
𪖨
Cyan
𪖨
Blue
𪖨
Violet
𪖨
Purple
𪖨
Indigo
𪖨
Gray
𪖨
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𪖨
White
𪖨
Brown
𪖨
Maroon
𪖨
Magenta
𪖨
Red
𪖨
Orange
𪖨
Yellow
𪖨
Green
𪖨
Teal
𪖨
Cyan
𪖨
Blue
𪖨
Violet
𪖨
Purple
𪖨
Indigo
𪖨
Gray
𪖨
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#173480;</p>
📋
CSS .selector { content: '\2A5A8' };
📋
JS var unicodeA = '\u2A5A8 ';
📋
CPP char unicodeA = ' \u2A5A8 ';
📋
Java char unicodeA = '\u2A5A8';
📋
Python unicodeA = '\u2A5A8'
📋

What is Unicode character 𪖨?

The Unicode character 𪖨 U+2A5A8 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𪖨 represent?

The Unicode character 𪖨 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𪖨?

The Unicode code point for 𪖨 is U+2A5A8.

Is the appearance of the 𪖨 character consistent across all platforms?

The appearance of the 𪖨 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𪖨 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𪖨 character.

In which version was Unicode character 𪖨 released, and to which block of characters does it belong?

Unicode character 𪖨 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!