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

What is Unicode character 𰂟?

The Unicode character 𰂟 U+3009F 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+3009F.

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!