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

What is Unicode character 𣃃?

The Unicode character 𣃃 U+230C3 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+230C3.

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!