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

What is Unicode character 𣝅?

The Unicode character 𣝅 U+23745 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+23745.

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!