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>&#132012;</p>
📋
CSS .selector { content: '\203AC' };
📋
JS var unicodeA = '\u203AC ';
📋
CPP char unicodeA = ' \u203AC ';
📋
Java char unicodeA = '\u203AC';
📋
Python unicodeA = '\u203AC'
📋

What is Unicode character 𠎬?

The Unicode character 𠎬 U+203AC 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+203AC.

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!