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

What is Unicode character 𢗺?

The Unicode character 𢗺 U+225FA 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+225FA.

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!