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

What is Unicode character 𨱝?

The Unicode character 𨱝 U+28C5D 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+28C5D.

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!