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

What is Unicode character 𣹹?

The Unicode character 𣹹 U+23E79 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+23E79.

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!