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

What is Unicode character 𢈃?

The Unicode character 𢈃 U+22203 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+22203.

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!