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

What is Unicode character 𨏾?

The Unicode character 𨏾 U+283FE 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+283FE.

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!