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

What is Unicode character 𰲟?

The Unicode character 𰲟 U+30C9F 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+30C9F.

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!