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

What is Unicode character 𪎬?

The Unicode character 𪎬 U+2A3AC 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+2A3AC.

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!