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

What is Unicode character 𨕖?

The Unicode character 𨕖 U+28556 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+28556.

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!