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

What is Unicode character 𤎝?

The Unicode character 𤎝 U+2439D 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+2439D.

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!