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>&#181457;</p>
📋
CSS .selector { content: '\2C4D1' };
📋
JS var unicodeA = '\u2C4D1 ';
📋
CPP char unicodeA = ' \u2C4D1 ';
📋
Java char unicodeA = '\u2C4D1';
📋
Python unicodeA = '\u2C4D1'
📋

What is Unicode character 𬓑?

The Unicode character 𬓑 U+2C4D1 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C4D1.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!