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

What is Unicode character 𣂬?

The Unicode character 𣂬 U+230AC 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+230AC.

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!