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

What is Unicode character 𣧬?

The Unicode character 𣧬 U+239EC 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+239EC.

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!