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

What is Unicode character 𫙬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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