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

What is Unicode character 𰓖?

The Unicode character 𰓖 U+304D6 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+304D6.

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!