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

What is Unicode character 𢈐?

The Unicode character 𢈐 U+22210 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+22210.

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!