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

What is Unicode character 𩒟?

The Unicode character 𩒟 U+2949F 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+2949F.

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!