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

What is Unicode character 𨎧?

The Unicode character 𨎧 U+283A7 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+283A7.

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!