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

What is Unicode character 𣹊?

The Unicode character 𣹊 U+23E4A 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+23E4A.

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!