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

What is Unicode character 𢈅?

The Unicode character 𢈅 U+22205 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+22205.

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!