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

What is Unicode character 𣹦?

The Unicode character 𣹦 U+23E66 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+23E66.

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!