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

What is Unicode character 𨙨?

The Unicode character 𨙨 U+28668 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+28668.

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!