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

What is Unicode character 𦃅?

The Unicode character 𦃅 U+260C5 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+260C5.

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!