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

What is Unicode character 𣃍?

The Unicode character 𣃍 U+230CD 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+230CD.

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!