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

What is Unicode character 𨺍?

The Unicode character 𨺍 U+28E8D 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+28E8D.

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!