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

What is Unicode character 𣏹?

The Unicode character 𣏹 U+233F9 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+233F9.

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!