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

What is Unicode character 𨎨?

The Unicode character 𨎨 U+283A8 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+283A8.

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!