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

What is Unicode character 𢑑?

The Unicode character 𢑑 U+22451 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+22451.

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!