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

What is Unicode character 𠟬?

The Unicode character 𠟬 U+207EC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+207EC.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!