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

What is Unicode character 𰀾?

The Unicode character 𰀾 U+3003E 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+3003E.

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!