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

What is Unicode character 𣾝?

The Unicode character 𣾝 U+23F9D 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+23F9D.

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!