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

What is Unicode character 𢗎?

The Unicode character 𢗎 U+225CE 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+225CE.

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!