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>&#196815;</p>
📋
CSS .selector { content: '\300CF' };
📋
JS var unicodeA = '\u300CF ';
📋
CPP char unicodeA = ' \u300CF ';
📋
Java char unicodeA = '\u300CF';
📋
Python unicodeA = '\u300CF'
📋

What is Unicode character 𰃏?

The Unicode character 𰃏 U+300CF 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+300CF.

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!