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

What is Unicode character 𰡝?

The Unicode character 𰡝 U+3085D 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+3085D.

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!