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

What is Unicode character 𨎯?

The Unicode character 𨎯 U+283AF 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+283AF.

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!