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

What is Unicode character 𰴟?

The Unicode character 𰴟 U+30D1F 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+30D1F.

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!