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

What is Unicode character 𨙙?

The Unicode character 𨙙 U+28659 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+28659.

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!