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

What is Unicode character 𡑑?

The Unicode character 𡑑 U+21451 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+21451.

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!