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

What is Unicode character 𨶐?

The Unicode character 𨶐 U+28D90 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+28D90.

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!