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

What is Unicode character 𧛬?

The Unicode character 𧛬 U+276EC 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+276EC.

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!