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

What is Unicode character 𠟲?

The Unicode character 𠟲 U+207F2 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+207F2.

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!