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

What is Unicode character 𦃏?

The Unicode character 𦃏 U+260CF 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+260CF.

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!