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

What is Unicode character 𨘭?

The Unicode character 𨘭 U+2862D 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+2862D.

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!