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

What is Unicode character 𰊃?

The Unicode character 𰊃 U+30283 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+30283.

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!