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

What is Unicode character 𣣬?

The Unicode character 𣣬 U+238EC 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+238EC.

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!