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

What is Unicode character 𢓑?

The Unicode character 𢓑 U+224D1 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+224D1.

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!