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

What is Unicode character 𢎚?

The Unicode character 𢎚 U+2239A 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+2239A.

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!