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>&#196847;</p>
📋
CSS .selector { content: '\300EF' };
📋
JS var unicodeA = '\u300EF ';
📋
CPP char unicodeA = ' \u300EF ';
📋
Java char unicodeA = '\u300EF';
📋
Python unicodeA = '\u300EF'
📋

What is Unicode character 𰃯?

The Unicode character 𰃯 U+300EF 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+300EF.

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!