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

What is Unicode character 𨮕?

The Unicode character 𨮕 U+28B95 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+28B95.

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!