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

What is Unicode character 𣺝?

The Unicode character 𣺝 U+23E9D 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+23E9D.

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!