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

What is Unicode character 𦂵?

The Unicode character 𦂵 U+260B5 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+260B5.

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!