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

What is Unicode character 𢳎?

The Unicode character 𢳎 U+22CCE 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+22CCE.

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!