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

What is Unicode character 𰄎?

The Unicode character 𰄎 U+3010E 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+3010E.

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!