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

What is Unicode character 𰑑?

The Unicode character 𰑑 U+30451 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+30451.

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!