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

What is Unicode character 𠟢?

The Unicode character 𠟢 U+207E2 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+207E2.

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!