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>&#146126;</p>
📋
CSS .selector { content: '\23ACE' };
📋
JS var unicodeA = '\u23ACE ';
📋
CPP char unicodeA = ' \u23ACE ';
📋
Java char unicodeA = '\u23ACE';
📋
Python unicodeA = '\u23ACE'
📋

What is Unicode character 𣫎?

The Unicode character 𣫎 U+23ACE 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+23ACE.

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!