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

What is Unicode character 𣒟?

The Unicode character 𣒟 U+2349F 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+2349F.

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!