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

What is Unicode character 𣆝?

The Unicode character 𣆝 U+2319D 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+2319D.

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!