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>&#157111;</p>
📋
CSS .selector { content: '\265B7' };
📋
JS var unicodeA = '\u265B7 ';
📋
CPP char unicodeA = ' \u265B7 ';
📋
Java char unicodeA = '\u265B7';
📋
Python unicodeA = '\u265B7'
📋

What is Unicode character 𦖷?

The Unicode character 𦖷 U+265B7 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+265B7.

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!