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

What is Unicode character 𰞟?

The Unicode character 𰞟 U+3079F 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+3079F.

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!