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

What is Unicode character 𢒟?

The Unicode character 𢒟 U+2249F 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+2249F.

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!