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

What is Unicode character 𣝢?

The Unicode character 𣝢 U+23762 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+23762.

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!