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

What is Unicode character 𢐺?

The Unicode character 𢐺 U+2243A 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+2243A.

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!