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

What is Unicode character 𣨝?

The Unicode character 𣨝 U+23A1D 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+23A1D.

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!