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>&#165434;</p>
📋
CSS .selector { content: '\2863A' };
📋
JS var unicodeA = '\u2863A ';
📋
CPP char unicodeA = ' \u2863A ';
📋
Java char unicodeA = '\u2863A';
📋
Python unicodeA = '\u2863A'
📋

What is Unicode character 𨘺?

The Unicode character 𨘺 U+2863A 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+2863A.

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!