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>&#143801;</p>
📋
CSS .selector { content: '\231B9' };
📋
JS var unicodeA = '\u231B9 ';
📋
CPP char unicodeA = ' \u231B9 ';
📋
Java char unicodeA = '\u231B9';
📋
Python unicodeA = '\u231B9'
📋

What is Unicode character 𣆹?

The Unicode character 𣆹 U+231B9 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+231B9.

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!