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

What is Unicode character 𢌚?

The Unicode character 𢌚 U+2231A 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+2231A.

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!