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

What is Unicode character 𣹼?

The Unicode character 𣹼 U+23E7C 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+23E7C.

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!