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

What is Unicode character 𣃹?

The Unicode character 𣃹 U+230F9 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+230F9.

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!