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

What is Unicode character 𣵡?

The Unicode character 𣵡 U+23D61 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+23D61.

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!