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

What is Unicode character 𨹒?

The Unicode character 𨹒 U+28E52 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+28E52.

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!