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

What is Unicode character 𨓢?

The Unicode character 𨓢 U+284E2 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+284E2.

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!