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

What is Unicode character 𣹾?

The Unicode character 𣹾 U+23E7E 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+23E7E.

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!