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

What is Unicode character 𨙖?

The Unicode character 𨙖 U+28656 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+28656.

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!