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

What is Unicode character 𬅭?

The Unicode character 𬅭 U+2C16D 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+2C16D.

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!