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

What is Unicode character 𢓲?

The Unicode character 𢓲 U+224F2 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+224F2.

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!