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

What is Unicode character 𰃡?

The Unicode character 𰃡 U+300E1 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+300E1.

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!