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

What is Unicode character 𰀟?

The Unicode character 𰀟 U+3001F 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+3001F.

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!