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

What is Unicode character 𣵝?

The Unicode character 𣵝 U+23D5D 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+23D5D.

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!