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

What is Unicode character 𨺓?

The Unicode character 𨺓 U+28E93 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+28E93.

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!