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

What is Unicode character 𰚟?

The Unicode character 𰚟 U+3069F 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+3069F.

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!