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

What is Unicode character 𢒰?

The Unicode character 𢒰 U+224B0 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+224B0.

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!