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

What is Unicode character 𢗰?

The Unicode character 𢗰 U+225F0 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+225F0.

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!