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

What is Unicode character 𪎡?

The Unicode character 𪎡 U+2A3A1 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+2A3A1.

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!