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

What is Unicode character 𣨎?

The Unicode character 𣨎 U+23A0E 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+23A0E.

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!