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>&#198618;</p>
📋
CSS .selector { content: '\307DA' };
📋
JS var unicodeA = '\u307DA ';
📋
CPP char unicodeA = ' \u307DA ';
📋
Java char unicodeA = '\u307DA';
📋
Python unicodeA = '\u307DA'
📋

What is Unicode character 𰟚?

The Unicode character 𰟚 U+307DA 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+307DA.

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!