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

What is Unicode character 𨏧?

The Unicode character 𨏧 U+283E7 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+283E7.

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!