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

What is Unicode character 𣢃?

The Unicode character 𣢃 U+23883 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+23883.

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!