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

What is Unicode character 𣹤?

The Unicode character 𣹤 U+23E64 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+23E64.

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!