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

What is Unicode character 𨵗?

The Unicode character 𨵗 U+28D57 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+28D57.

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!