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

What is Unicode character 𰐎?

The Unicode character 𰐎 U+3040E 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+3040E.

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!