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

What is Unicode character 𣻏?

The Unicode character 𣻏 U+23ECF 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+23ECF.

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!