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

What is Unicode character 𨭦?

The Unicode character 𨭦 U+28B66 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+28B66.

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!