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

What is Unicode character 𢨐?

The Unicode character 𢨐 U+22A10 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+22A10.

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!