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

What is Unicode character 𦃐?

The Unicode character 𦃐 U+260D0 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+260D0.

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!