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

What is Unicode character 𰖾?

The Unicode character 𰖾 U+305BE 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+305BE.

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!