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

What is Unicode character 𫍃?

The Unicode character 𫍃 U+2B343 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B343.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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