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

What is Unicode character 𨘍?

The Unicode character 𨘍 U+2860D 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+2860D.

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!