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

What is Unicode character 𢀅?

The Unicode character 𢀅 U+22005 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+22005.

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!