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>&#141164;</p>
📋
CSS .selector { content: '\2276C' };
📋
JS var unicodeA = '\u2276C ';
📋
CPP char unicodeA = ' \u2276C ';
📋
Java char unicodeA = '\u2276C';
📋
Python unicodeA = '\u2276C'
📋

What is Unicode character 𢝬?

The Unicode character 𢝬 U+2276C 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+2276C.

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!