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

What is Unicode character 𣃬?

The Unicode character 𣃬 U+230EC 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+230EC.

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!