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

What is Unicode character 𬆓?

The Unicode character 𬆓 U+2C193 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+2C193.

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!