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

What is Unicode character 𨎪?

The Unicode character 𨎪 U+283AA 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+283AA.

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!