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

What is Unicode character 𰣾?

The Unicode character 𰣾 U+308FE 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+308FE.

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!