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

What is Unicode character 𢒀?

The Unicode character 𢒀 U+22480 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+22480.

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!