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

What is Unicode character 𬛲?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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