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

What is Unicode character 𨾗?

The Unicode character 𨾗 U+28F97 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+28F97.

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!