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

What is Unicode character 𦃦?

The Unicode character 𦃦 U+260E6 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+260E6.

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!