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

What is Unicode character 𰃝?

The Unicode character 𰃝 U+300DD 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+300DD.

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!