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

What is Unicode character 𨙑?

The Unicode character 𨙑 U+28651 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+28651.

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!