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

What is Unicode character 𦗲?

The Unicode character 𦗲 U+265F2 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+265F2.

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!