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

What is Unicode character 𣎃?

The Unicode character 𣎃 U+23383 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+23383.

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!