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

What is Unicode character 𣡍?

The Unicode character 𣡍 U+2384D 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+2384D.

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!