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

What is Unicode character 𣡏?

The Unicode character 𣡏 U+2384F 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+2384F.

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!