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

What is Unicode character 𨩖?

The Unicode character 𨩖 U+28A56 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+28A56.

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!