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

What is Unicode character 𦃨?

The Unicode character 𦃨 U+260E8 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+260E8.

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!