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

What is Unicode character 𰀏?

The Unicode character 𰀏 U+3000F 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+3000F.

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!