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

What is Unicode character 𪀹?

The Unicode character 𪀹 U+2A039 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+2A039.

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!