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

What is Unicode character 𢝣?

The Unicode character 𢝣 U+22763 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+22763.

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!