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

What is Unicode character 𨾝?

The Unicode character 𨾝 U+28F9D 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+28F9D.

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!