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

What is Unicode character 𪎝?

The Unicode character 𪎝 U+2A39D 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+2A39D.

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!