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

What is Unicode character 𣖟?

The Unicode character 𣖟 U+2359F 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+2359F.

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!