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>&#145389;</p>
📋
CSS .selector { content: '\237ED' };
📋
JS var unicodeA = '\u237ED ';
📋
CPP char unicodeA = ' \u237ED ';
📋
Java char unicodeA = '\u237ED';
📋
Python unicodeA = '\u237ED'
📋

What is Unicode character 𣟭?

The Unicode character 𣟭 U+237ED 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+237ED.

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!