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

What is Unicode character 𣝑?

The Unicode character 𣝑 U+23751 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+23751.

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!