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

What is Unicode character 𣺬?

The Unicode character 𣺬 U+23EAC 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+23EAC.

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!