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

What is Unicode character 𡡢?

The Unicode character 𡡢 U+21862 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+21862.

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!