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

What is Unicode character 𣫟?

The Unicode character 𣫟 U+23ADF 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+23ADF.

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!