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

What is Unicode character 𣬏?

The Unicode character 𣬏 U+23B0F 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+23B0F.

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!