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

What is Unicode character 𣾨?

The Unicode character 𣾨 U+23FA8 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+23FA8.

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!