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

What is Unicode character 𣃡?

The Unicode character 𣃡 U+230E1 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+230E1.

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!