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

What is Unicode character 𨵕?

The Unicode character 𨵕 U+28D55 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+28D55.

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!