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>&#198636;</p>
📋
CSS .selector { content: '\307EC' };
📋
JS var unicodeA = '\u307EC ';
📋
CPP char unicodeA = ' \u307EC ';
📋
Java char unicodeA = '\u307EC';
📋
Python unicodeA = '\u307EC'
📋

What is Unicode character 𰟬?

The Unicode character 𰟬 U+307EC 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+307EC.

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!