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

What is Unicode character 𣵣?

The Unicode character 𣵣 U+23D63 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+23D63.

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!