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

What is Unicode character 𢲭?

The Unicode character 𢲭 U+22CAD 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+22CAD.

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!