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

What is Unicode character 𣰏?

The Unicode character 𣰏 U+23C0F 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+23C0F.

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!