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

What is Unicode character 𣉟?

The Unicode character 𣉟 U+2325F 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+2325F.

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!