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

What is Unicode character 𢺁?

The Unicode character 𢺁 U+22E81 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+22E81.

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!