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

What is Unicode character 𣈟?

The Unicode character 𣈟 U+2321F 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+2321F.

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!