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

What is Unicode character 𣡓?

The Unicode character 𣡓 U+23853 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+23853.

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!