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

What is Unicode character 𢗬?

The Unicode character 𢗬 U+225EC 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+225EC.

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!