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

What is Unicode character 𨘨?

The Unicode character 𨘨 U+28628 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+28628.

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!