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

What is Unicode character 𦗰?

The Unicode character 𦗰 U+265F0 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+265F0.

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!