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>&#154143;</p>
📋
CSS .selector { content: '\25A1F' };
📋
JS var unicodeA = '\u25A1F ';
📋
CPP char unicodeA = ' \u25A1F ';
📋
Java char unicodeA = '\u25A1F';
📋
Python unicodeA = '\u25A1F'
📋

What is Unicode character 𥨟?

The Unicode character 𥨟 U+25A1F 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+25A1F.

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!