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

What is Unicode character 𢺬?

The Unicode character 𢺬 U+22EAC 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+22EAC.

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!