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

What is Unicode character 𣊓?

The Unicode character 𣊓 U+23293 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+23293.

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!