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

What is Unicode character 𢓡?

The Unicode character 𢓡 U+224E1 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+224E1.

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!