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

What is Unicode character 𨘾?

The Unicode character 𨘾 U+2863E 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+2863E.

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!