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

What is Unicode character 𨎥?

The Unicode character 𨎥 U+283A5 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+283A5.

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!