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

What is Unicode character 𡏬?

The Unicode character 𡏬 U+213EC 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+213EC.

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!