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

What is Unicode character 𢺭?

The Unicode character 𢺭 U+22EAD 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+22EAD.

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!