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

What is Unicode character 𣆬?

The Unicode character 𣆬 U+231AC 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+231AC.

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!