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

What is Unicode character 𢝪?

The Unicode character 𢝪 U+2276A 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+2276A.

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!