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

What is Unicode character 𰡍?

The Unicode character 𰡍 U+3084D 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+3084D.

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!