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

What is Unicode character 𰒬?

The Unicode character 𰒬 U+304AC 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+304AC.

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!