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

What is Unicode character 𣡎?

The Unicode character 𣡎 U+2384E 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+2384E.

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!