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

What is Unicode character 𰣝?

The Unicode character 𰣝 U+308DD 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+308DD.

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!