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

What is Unicode character 𣃓?

The Unicode character 𣃓 U+230D3 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+230D3.

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!