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

What is Unicode character 𣧍?

The Unicode character 𣧍 U+239CD 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+239CD.

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!