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

What is Unicode character 𨙔?

The Unicode character 𨙔 U+28654 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+28654.

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!