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

What is Unicode character 𢲫?

The Unicode character 𢲫 U+22CAB 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+22CAB.

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!