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

What is Unicode character 𢗲?

The Unicode character 𢗲 U+225F2 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+225F2.

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!