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

What is Unicode character 𣹺?

The Unicode character 𣹺 U+23E7A 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+23E7A.

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!