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>&#173484;</p>
📋
CSS .selector { content: '\2A5AC' };
📋
JS var unicodeA = '\u2A5AC ';
📋
CPP char unicodeA = ' \u2A5AC ';
📋
Java char unicodeA = '\u2A5AC';
📋
Python unicodeA = '\u2A5AC'
📋

What is Unicode character 𪖬?

The Unicode character 𪖬 U+2A5AC 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+2A5AC.

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!