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

What is Unicode character 𫍎?

The Unicode character 𫍎 U+2B34E 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+2B34E.

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!