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

What is Unicode character 𪓬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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