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

What is Unicode character 𰚍?

The Unicode character 𰚍 U+3068D 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+3068D.

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!