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>&#196835;</p>
📋
CSS .selector { content: '\300E3' };
📋
JS var unicodeA = '\u300E3 ';
📋
CPP char unicodeA = ' \u300E3 ';
📋
Java char unicodeA = '\u300E3';
📋
Python unicodeA = '\u300E3'
📋

What is Unicode character 𰃣?

The Unicode character 𰃣 U+300E3 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+300E3.

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!