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

What is Unicode character 𢛬?

The Unicode character 𢛬 U+226EC 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+226EC.

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!