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

What is Unicode character 𦒟?

The Unicode character 𦒟 U+2649F 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+2649F.

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!