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

What is Unicode character 𣛬?

The Unicode character 𣛬 U+236EC 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+236EC.

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!