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

What is Unicode character 𬑈?

The Unicode character 𬑈 U+2C448 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+2C448.

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!