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>&#173215;</p>
📋
CSS .selector { content: '\2A49F' };
📋
JS var unicodeA = '\u2A49F ';
📋
CPP char unicodeA = ' \u2A49F ';
📋
Java char unicodeA = '\u2A49F';
📋
Python unicodeA = '\u2A49F'
📋

What is Unicode character 𪒟?

The Unicode character 𪒟 U+2A49F 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+2A49F.

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!