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

What is Unicode character 𰃢?

The Unicode character 𰃢 U+300E2 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+300E2.

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!