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>&#142592;</p>
📋
CSS .selector { content: '\22D00' };
📋
JS var unicodeA = '\u22D00 ';
📋
CPP char unicodeA = ' \u22D00 ';
📋
Java char unicodeA = '\u22D00';
📋
Python unicodeA = '\u22D00'
📋

What is Unicode character 𢴀?

The Unicode character 𢴀 U+22D00 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+22D00.

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!