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

What is Unicode character 𫍍?

The Unicode character 𫍍 U+2B34D 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+2B34D.

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!