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

What is Unicode character 𣾬?

The Unicode character 𣾬 U+23FAC 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+23FAC.

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!