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>&#178162;</p>
📋
CSS .selector { content: '\2B7F2' };
📋
JS var unicodeA = '\u2B7F2 ';
📋
CPP char unicodeA = ' \u2B7F2 ';
📋
Java char unicodeA = '\u2B7F2';
📋
Python unicodeA = '\u2B7F2'
📋

What is Unicode character 𫟲?

The Unicode character 𫟲 U+2B7F2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension D 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+2B7F2.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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