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>&#165484;</p>
📋
CSS .selector { content: '\2866C' };
📋
JS var unicodeA = '\u2866C ';
📋
CPP char unicodeA = ' \u2866C ';
📋
Java char unicodeA = '\u2866C';
📋
Python unicodeA = '\u2866C'
📋

What is Unicode character 𨙬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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