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

What is Unicode character 𨙐?

The Unicode character 𨙐 U+28650 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+28650.

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!