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

What is Unicode character 𢁃?

The Unicode character 𢁃 U+22043 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+22043.

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!