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

What is Unicode character 𮅦?

The Unicode character 𮅦 U+2E166 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+2E166.

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!