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

What is Unicode character 𢲯?

The Unicode character 𢲯 U+22CAF 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+22CAF.

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!