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>&#199965;</p>
📋
CSS .selector { content: '\30D1D' };
📋
JS var unicodeA = '\u30D1D ';
📋
CPP char unicodeA = ' \u30D1D ';
📋
Java char unicodeA = '\u30D1D';
📋
Python unicodeA = '\u30D1D'
📋

What is Unicode character 𰴝?

The Unicode character 𰴝 U+30D1D 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+30D1D.

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!