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

What is Unicode character 𢲶?

The Unicode character 𢲶 U+22CB6 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+22CB6.

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!