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

What is Unicode character 𣲃?

The Unicode character 𣲃 U+23C83 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+23C83.

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!