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

What is Unicode character 𣧃?

The Unicode character 𣧃 U+239C3 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+239C3.

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!