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

What is Unicode character 𨶗?

The Unicode character 𨶗 U+28D97 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+28D97.

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!