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

What is Unicode character 𡣬?

The Unicode character 𡣬 U+218EC 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+218EC.

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!