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

What is Unicode character 𦃷?

The Unicode character 𦃷 U+260F7 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+260F7.

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!