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

What is Unicode character 𦂤?

The Unicode character 𦂤 U+260A4 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+260A4.

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!