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

What is Unicode character 𣦝?

The Unicode character 𣦝 U+2399D 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+2399D.

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!