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

What is Unicode character 𰄟?

The Unicode character 𰄟 U+3011F 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+3011F.

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!