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

What is Unicode character 𰦟?

The Unicode character 𰦟 U+3099F 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+3099F.

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!