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

What is Unicode character 𫍨?

The Unicode character 𫍨 U+2B368 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+2B368.

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!