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

What is Unicode character 𦂶?

The Unicode character 𦂶 U+260B6 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+260B6.

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!