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

What is Unicode character 𬃻?

The Unicode character 𬃻 U+2C0FB 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+2C0FB.

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!