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

What is Unicode character 𨵒?

The Unicode character 𨵒 U+28D52 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+28D52.

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!