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

What is Unicode character 𢗐?

The Unicode character 𢗐 U+225D0 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+225D0.

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!