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

What is Unicode character 𦂨?

The Unicode character 𦂨 U+260A8 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+260A8.

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!