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

What is Unicode character 𣾦?

The Unicode character 𣾦 U+23FA6 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+23FA6.

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!