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

What is Unicode character 𰎾?

The Unicode character 𰎾 U+303BE 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+303BE.

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!