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

What is Unicode character 𣵟?

The Unicode character 𣵟 U+23D5F 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+23D5F.

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!