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>&#145657;</p>
📋
CSS .selector { content: '\238F9' };
📋
JS var unicodeA = '\u238F9 ';
📋
CPP char unicodeA = ' \u238F9 ';
📋
Java char unicodeA = '\u238F9';
📋
Python unicodeA = '\u238F9'
📋

What is Unicode character 𣣹?

The Unicode character 𣣹 U+238F9 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+238F9.

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!