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

What is Unicode character 𨊐?

The Unicode character 𨊐 U+28290 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+28290.

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!