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

What is Unicode character 𣤟?

The Unicode character 𣤟 U+2391F 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+2391F.

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!