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

What is Unicode character 𡊓?

The Unicode character 𡊓 U+21293 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+21293.

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!