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

What is Unicode character 𨪕?

The Unicode character 𨪕 U+28A95 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+28A95.

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!