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

What is Unicode character 𪀦?

The Unicode character 𪀦 U+2A026 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+2A026.

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!