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

What is Unicode character 𫵦?

The Unicode character 𫵦 U+2BD66 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+2BD66.

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!