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

What is Unicode character 𨙗?

The Unicode character 𨙗 U+28657 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+28657.

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!