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

What is Unicode character 𨘊?

The Unicode character 𨘊 U+2860A 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+2860A.

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!