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

What is Unicode character 𫍁?

The Unicode character 𫍁 U+2B341 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+2B341.

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!