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

What is Unicode character 𦗀?

The Unicode character 𦗀 U+265C0 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+265C0.

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!