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

What is Unicode character 𦃧?

The Unicode character 𦃧 U+260E7 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+260E7.

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!