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

What is Unicode character 𡛬?

The Unicode character 𡛬 U+216EC 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+216EC.

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!