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

What is Unicode character 𧒟?

The Unicode character 𧒟 U+2749F 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+2749F.

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!