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

What is Unicode character 𨏺?

The Unicode character 𨏺 U+283FA 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+283FA.

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!