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

What is Unicode character 𨲍?

The Unicode character 𨲍 U+28C8D 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+28C8D.

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!