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

What is Unicode character 𢗑?

The Unicode character 𢗑 U+225D1 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+225D1.

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!