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

What is Unicode character 𰃑?

The Unicode character 𰃑 U+300D1 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+300D1.

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!