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

What is Unicode character 𨺕?

The Unicode character 𨺕 U+28E95 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+28E95.

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!