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>&#147359;</p>
📋
CSS .selector { content: '\23F9F' };
📋
JS var unicodeA = '\u23F9F ';
📋
CPP char unicodeA = ' \u23F9F ';
📋
Java char unicodeA = '\u23F9F';
📋
Python unicodeA = '\u23F9F'
📋

What is Unicode character 𣾟?

The Unicode character 𣾟 U+23F9F 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+23F9F.

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!