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

What is Unicode character 𨾊?

The Unicode character 𨾊 U+28F8A 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+28F8A.

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!