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

What is Unicode character 𢒅?

The Unicode character 𢒅 U+22485 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+22485.

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!