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

What is Unicode character 𣾹?

The Unicode character 𣾹 U+23FB9 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+23FB9.

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!