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

What is Unicode character 𨎷?

The Unicode character 𨎷 U+283B7 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+283B7.

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!