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

What is Unicode character 𣝣?

The Unicode character 𣝣 U+23763 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+23763.

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!