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

What is Unicode character 𬑑?

The Unicode character 𬑑 U+2C451 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C451.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!