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

What is Unicode character 𨘎?

The Unicode character 𨘎 U+2860E 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+2860E.

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!