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

What is Unicode character 𡊘?

The Unicode character 𡊘 U+21298 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+21298.

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!