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>&#140122;</p>
📋
CSS .selector { content: '\2235A' };
📋
JS var unicodeA = '\u2235A ';
📋
CPP char unicodeA = ' \u2235A ';
📋
Java char unicodeA = '\u2235A';
📋
Python unicodeA = '\u2235A'
📋

What is Unicode character 𢍚?

The Unicode character 𢍚 U+2235A 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+2235A.

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!