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

What is Unicode character 𣹣?

The Unicode character 𣹣 U+23E63 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+23E63.

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!