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

What is Unicode character 𫹦?

The Unicode character 𫹦 U+2BE66 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+2BE66.

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!