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

What is Unicode character 𬒖?

The Unicode character 𬒖 U+2C496 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+2C496.

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!