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

What is Unicode character 𦃘?

The Unicode character 𦃘 U+260D8 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+260D8.

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!