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

What is Unicode character 𰚃?

The Unicode character 𰚃 U+30683 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+30683.

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!