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

What is Unicode character 𢲻?

The Unicode character 𢲻 U+22CBB 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+22CBB.

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!