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

What is Unicode character 𦃈?

The Unicode character 𦃈 U+260C8 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+260C8.

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!