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

What is Unicode character 𢸌?

The Unicode character 𢸌 U+22E0C 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+22E0C.

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!