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

What is Unicode character 𣹵?

The Unicode character 𣹵 U+23E75 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+23E75.

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!