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

What is Unicode character 𪏬?

The Unicode character 𪏬 U+2A3EC 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+2A3EC.

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!