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

What is Unicode character 𰴖?

The Unicode character 𰴖 U+30D16 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+30D16.

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!