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

What is Unicode character 𨹲?

The Unicode character 𨹲 U+28E72 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+28E72.

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!