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

What is Unicode character 𦑑?

The Unicode character 𦑑 U+26451 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+26451.

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!