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>&#133326;</p>
📋
CSS .selector { content: '\208CE' };
📋
JS var unicodeA = '\u208CE ';
📋
CPP char unicodeA = ' \u208CE ';
📋
Java char unicodeA = '\u208CE';
📋
Python unicodeA = '\u208CE'
📋

What is Unicode character 𠣎?

The Unicode character 𠣎 U+208CE is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+208CE.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!