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

What is Unicode character 𣝔?

The Unicode character 𣝔 U+23754 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+23754.

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!