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

What is Unicode character 𦂰?

The Unicode character 𦂰 U+260B0 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+260B0.

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!