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

What is Unicode character 𰂬?

The Unicode character 𰂬 U+300AC 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+300AC.

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!