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

What is Unicode character 𨵓?

The Unicode character 𨵓 U+28D53 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+28D53.

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!