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>&#198879;</p>
📋
CSS .selector { content: '\308DF' };
📋
JS var unicodeA = '\u308DF ';
📋
CPP char unicodeA = ' \u308DF ';
📋
Java char unicodeA = '\u308DF';
📋
Python unicodeA = '\u308DF'
📋

What is Unicode character 𰣟?

The Unicode character 𰣟 U+308DF 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+308DF.

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!