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

What is Unicode character 𢗀?

The Unicode character 𢗀 U+225C0 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+225C0.

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!