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

What is Unicode character 𣹝?

The Unicode character 𣹝 U+23E5D 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+23E5D.

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!