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

What is Unicode character 𣯹?

The Unicode character 𣯹 U+23BF9 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+23BF9.

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!