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

What is Unicode character 𣝇?

The Unicode character 𣝇 U+23747 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+23747.

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!