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

What is Unicode character 𡒟?

The Unicode character 𡒟 U+2149F 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+2149F.

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!