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

What is Unicode character 𦂺?

The Unicode character 𦂺 U+260BA 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+260BA.

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!