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

What is Unicode character 𣰎?

The Unicode character 𣰎 U+23C0E 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+23C0E.

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!