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

What is Unicode character 𦂼?

The Unicode character 𦂼 U+260BC 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+260BC.

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!