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

What is Unicode character 𣾍?

The Unicode character 𣾍 U+23F8D 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+23F8D.

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!