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

What is Unicode character 𣺍?

The Unicode character 𣺍 U+23E8D 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+23E8D.

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!