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

What is Unicode character 𰡟?

The Unicode character 𰡟 U+3085F 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+3085F.

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!