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

What is Unicode character 𢓢?

The Unicode character 𢓢 U+224E2 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+224E2.

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!