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

What is Unicode character 𢀤?

The Unicode character 𢀤 U+22024 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+22024.

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!