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

What is Unicode character 𰚝?

The Unicode character 𰚝 U+3069D 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+3069D.

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!