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

What is Unicode character 𡁃?

The Unicode character 𡁃 U+21043 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+21043.

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!