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

What is Unicode character 𬅬?

The Unicode character 𬅬 U+2C16C 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+2C16C.

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!