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

What is Unicode character 𨾍?

The Unicode character 𨾍 U+28F8D 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+28F8D.

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!