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

What is Unicode character 𣺏?

The Unicode character 𣺏 U+23E8F 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+23E8F.

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!