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

What is Unicode character 𣨓?

The Unicode character 𣨓 U+23A13 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+23A13.

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!