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>&#204908;</p>
📋
CSS .selector { content: '\3206C' };
📋
JS var unicodeA = '\u3206C ';
📋
CPP char unicodeA = ' \u3206C ';
📋
Java char unicodeA = '\u3206C';
📋
Python unicodeA = '\u3206C'
📋

What is Unicode character 𲁬?

The Unicode character 𲁬 U+3206C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3206C.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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