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

What is Unicode character 𬃵?

The Unicode character 𬃵 U+2C0F5 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+2C0F5.

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!