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

What is Unicode character 𨝦?

The Unicode character 𨝦 U+28766 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+28766.

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!