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

What is Unicode character 𢗊?

The Unicode character 𢗊 U+225CA 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+225CA.

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!