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

What is Unicode character 𨒟?

The Unicode character 𨒟 U+2849F 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+2849F.

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!