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

What is Unicode character 𨎢?

The Unicode character 𨎢 U+283A2 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+283A2.

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!