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

What is Unicode character 𨘼?

The Unicode character 𨘼 U+2863C 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+2863C.

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!