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

What is Unicode character 𨹳?

The Unicode character 𨹳 U+28E73 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+28E73.

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!