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

What is Unicode character 𬄖?

The Unicode character 𬄖 U+2C116 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+2C116.

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!