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

What is Unicode character 𢤅?

The Unicode character 𢤅 U+22905 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+22905.

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!