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

What is Unicode character 𢰐?

The Unicode character 𢰐 U+22C10 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+22C10.

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!