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

What is Unicode character 𦖧?

The Unicode character 𦖧 U+265A7 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+265A7.

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!