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

What is Unicode character 𣨅?

The Unicode character 𣨅 U+23A05 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+23A05.

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!