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

What is Unicode character 𰇍?

The Unicode character 𰇍 U+301CD 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+301CD.

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!