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

What is Unicode character 𰿬?

The Unicode character 𰿬 U+30FEC 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+30FEC.

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!