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

What is Unicode character 𣆟?

The Unicode character 𣆟 U+2319F 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+2319F.

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!