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

What is Unicode character 𰒟?

The Unicode character 𰒟 U+3049F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3049F.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!