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

What is Unicode character 𢐻?

The Unicode character 𢐻 U+2243B 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+2243B.

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!