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

What is Unicode character 𮅬?

The Unicode character 𮅬 U+2E16C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E16C.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!