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

What is Unicode character 𨐺?

The Unicode character 𨐺 U+2843A 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+2843A.

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!