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

What is Unicode character 𫓬?

The Unicode character 𫓬 U+2B4EC 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+2B4EC.

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!