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

What is Unicode character 𢈙?

The Unicode character 𢈙 U+22219 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+22219.

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!