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

What is Unicode character 𣨭?

The Unicode character 𣨭 U+23A2D 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+23A2D.

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!