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

What is Unicode character 𦇬?

The Unicode character 𦇬 U+261EC 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+261EC.

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!