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

What is Unicode character 𨏰?

The Unicode character 𨏰 U+283F0 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+283F0.

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!