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

What is Unicode character 𰁎?

The Unicode character 𰁎 U+3004E 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+3004E.

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!