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

What is Unicode character 𨙓?

The Unicode character 𨙓 U+28653 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+28653.

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!