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

What is Unicode character 𰍝?

The Unicode character 𰍝 U+3035D 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+3035D.

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!