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

What is Unicode character 𣖝?

The Unicode character 𣖝 U+2359D 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+2359D.

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!