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

What is Unicode character 𢖢?

The Unicode character 𢖢 U+225A2 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+225A2.

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!