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

What is Unicode character 𫑐?

The Unicode character 𫑐 U+2B450 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B450.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!