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

What is Unicode character 𰁍?

The Unicode character 𰁍 U+3004D 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+3004D.

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!