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

What is Unicode character 𣝃?

The Unicode character 𣝃 U+23743 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+23743.

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!