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

What is Unicode character 𬐖?

The Unicode character 𬐖 U+2C416 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+2C416.

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!