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

What is Unicode character 𢲬?

The Unicode character 𢲬 U+22CAC 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+22CAC.

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!