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

What is Unicode character 𬣲?

The Unicode character 𬣲 U+2C8F2 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+2C8F2.

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!