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

What is Unicode character 𣃨?

The Unicode character 𣃨 U+230E8 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+230E8.

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!