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

What is Unicode character 𦝣?

The Unicode character 𦝣 U+26763 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+26763.

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!