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

What is Unicode character 𣝡?

The Unicode character 𣝡 U+23761 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+23761.

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!