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

What is Unicode character 𰢾?

The Unicode character 𰢾 U+308BE 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+308BE.

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!