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

What is Unicode character 𰗝?

The Unicode character 𰗝 U+305DD 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+305DD.

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!