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

What is Unicode character 𨾐?

The Unicode character 𨾐 U+28F90 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+28F90.

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!