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

What is Unicode character 𢲾?

The Unicode character 𢲾 U+22CBE 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+22CBE.

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!