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

What is Unicode character 𬆙?

The Unicode character 𬆙 U+2C199 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+2C199.

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!