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

What is Unicode character 𰙟?

The Unicode character 𰙟 U+3065F 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+3065F.

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!