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

What is Unicode character 𣃎?

The Unicode character 𣃎 U+230CE 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+230CE.

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!