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>&#200419;</p>
📋
CSS .selector { content: '\30EE3' };
📋
JS var unicodeA = '\u30EE3 ';
📋
CPP char unicodeA = ' \u30EE3 ';
📋
Java char unicodeA = '\u30EE3';
📋
Python unicodeA = '\u30EE3'
📋

What is Unicode character 𰻣?

The Unicode character 𰻣 U+30EE3 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+30EE3.

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!