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

What is Unicode character 𨶕?

The Unicode character 𨶕 U+28D95 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+28D95.

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!