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>&#143438;</p>
📋
CSS .selector { content: '\2304E' };
📋
JS var unicodeA = '\u2304E ';
📋
CPP char unicodeA = ' \u2304E ';
📋
Java char unicodeA = '\u2304E';
📋
Python unicodeA = '\u2304E'
📋

What is Unicode character 𣁎?

The Unicode character 𣁎 U+2304E 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+2304E.

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!