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

What is Unicode character 𨏨?

The Unicode character 𨏨 U+283E8 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+283E8.

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!