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

What is Unicode character 𫍓?

The Unicode character 𫍓 U+2B353 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+2B353.

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!