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

What is Unicode character 𬆐?

The Unicode character 𬆐 U+2C190 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+2C190.

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!