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

What is Unicode character 𣮟?

The Unicode character 𣮟 U+23B9F 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+23B9F.

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!