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

What is Unicode character 𨙦?

The Unicode character 𨙦 U+28666 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+28666.

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!