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>&#199066;</p>
📋
CSS .selector { content: '\3099A' };
📋
JS var unicodeA = '\u3099A ';
📋
CPP char unicodeA = ' \u3099A ';
📋
Java char unicodeA = '\u3099A';
📋
Python unicodeA = '\u3099A'
📋

What is Unicode character 𰦚?

The Unicode character 𰦚 U+3099A 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+3099A.

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!