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

What is Unicode character 𣵓?

The Unicode character 𣵓 U+23D53 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+23D53.

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!