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

What is Unicode character 𬓓?

The Unicode character 𬓓 U+2C4D3 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+2C4D3.

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!