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

What is Unicode character 𣨏?

The Unicode character 𣨏 U+23A0F 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+23A0F.

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!