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

What is Unicode character 𣹶?

The Unicode character 𣹶 U+23E76 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+23E76.

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!