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

What is Unicode character 𢗍?

The Unicode character 𢗍 U+225CD 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+225CD.

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!