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

What is Unicode character 𣨕?

The Unicode character 𣨕 U+23A15 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+23A15.

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!