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

What is Unicode character 𬅯?

The Unicode character 𬅯 U+2C16F 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+2C16F.

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!