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

What is Unicode character 𪊐?

The Unicode character 𪊐 U+2A290 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+2A290.

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!