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

What is Unicode character 𫍅?

The Unicode character 𫍅 U+2B345 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+2B345.

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!