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>&#148378;</p>
📋
CSS .selector { content: '\2439A' };
📋
JS var unicodeA = '\u2439A ';
📋
CPP char unicodeA = ' \u2439A ';
📋
Java char unicodeA = '\u2439A';
📋
Python unicodeA = '\u2439A'
📋

What is Unicode character 𤎚?

The Unicode character 𤎚 U+2439A 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+2439A.

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!