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

What is Unicode character 𨑑?

The Unicode character 𨑑 U+28451 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28451.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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