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

What is Unicode character 𲁃?

The Unicode character 𲁃 U+32043 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+32043.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!