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

What is Unicode character 𣃢?

The Unicode character 𣃢 U+230E2 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+230E2.

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!