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

What is Unicode character 𰊍?

The Unicode character 𰊍 U+3028D 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+3028D.

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!