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>&#198734;</p>
📋
CSS .selector { content: '\3084E' };
📋
JS var unicodeA = '\u3084E ';
📋
CPP char unicodeA = ' \u3084E ';
📋
Java char unicodeA = '\u3084E';
📋
Python unicodeA = '\u3084E'
📋

What is Unicode character 𰡎?

The Unicode character 𰡎 U+3084E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3084E.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!