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

What is Unicode character 𰛝?

The Unicode character 𰛝 U+306DD 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+306DD.

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!