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

What is Unicode character 𬆝?

The Unicode character 𬆝 U+2C19D 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+2C19D.

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!