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

What is Unicode character 𢝫?

The Unicode character 𢝫 U+2276B 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+2276B.

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!