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

What is Unicode character 𢝡?

The Unicode character 𢝡 U+22761 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+22761.

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!