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

What is Unicode character 𰲏?

The Unicode character 𰲏 U+30C8F 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+30C8F.

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!