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

What is Unicode character 𣰾?

The Unicode character 𣰾 U+23C3E 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+23C3E.

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!