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

What is Unicode character 𪎣?

The Unicode character 𪎣 U+2A3A3 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+2A3A3.

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!