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

What is Unicode character 𦃵?

The Unicode character 𦃵 U+260F5 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+260F5.

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!