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

What is Unicode character 𨦕?

The Unicode character 𨦕 U+28995 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+28995.

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!