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

What is Unicode character 𨹖?

The Unicode character 𨹖 U+28E56 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+28E56.

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!