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

What is Unicode character 𮭦?

The Unicode character 𮭦 U+2EB66 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+2EB66.

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!