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

What is Unicode character 𤎟?

The Unicode character 𤎟 U+2439F 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+2439F.

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!