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

What is Unicode character 𢝮?

The Unicode character 𢝮 U+2276E 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+2276E.

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!