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

What is Unicode character 𡎬?

The Unicode character 𡎬 U+213AC 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+213AC.

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!