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

What is Unicode character 𢌅?

The Unicode character 𢌅 U+22305 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+22305.

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!