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

What is Unicode character 𣨟?

The Unicode character 𣨟 U+23A1F 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+23A1F.

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!