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

What is Unicode character 𢺪?

The Unicode character 𢺪 U+22EAA 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+22EAA.

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!