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

What is Unicode character 𣹅?

The Unicode character 𣹅 U+23E45 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+23E45.

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!