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

What is Unicode character 𦃕?

The Unicode character 𦃕 U+260D5 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+260D5.

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!