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

What is Unicode character 𬢴?

The Unicode character 𬢴 U+2C8B4 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+2C8B4.

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!