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

What is Unicode character 𨾎?

The Unicode character 𨾎 U+28F8E 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+28F8E.

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!