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

What is Unicode character 𧑑?

The Unicode character 𧑑 U+27451 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+27451.

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!