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

What is Unicode character 𩃢?

The Unicode character 𩃢 U+290E2 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+290E2.

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!