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

What is Unicode character 𢘅?

The Unicode character 𢘅 U+22605 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+22605.

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!