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

What is Unicode character 𨊊?

The Unicode character 𨊊 U+2828A 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+2828A.

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!