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

What is Unicode character 𢌃?

The Unicode character 𢌃 U+22303 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+22303.

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!