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

What is Unicode character 𫍦?

The Unicode character 𫍦 U+2B366 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+2B366.

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!