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

What is Unicode character 𦂦?

The Unicode character 𦂦 U+260A6 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+260A6.

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!