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

What is Unicode character 𢳬?

The Unicode character 𢳬 U+22CEC 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+22CEC.

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!