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

What is Unicode character 𢝯?

The Unicode character 𢝯 U+2276F 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+2276F.

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!