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

What is Unicode character 𢸐?

The Unicode character 𢸐 U+22E10 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+22E10.

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!