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>&#146796;</p>
📋
CSS .selector { content: '\23D6C' };
📋
JS var unicodeA = '\u23D6C ';
📋
CPP char unicodeA = ' \u23D6C ';
📋
Java char unicodeA = '\u23D6C';
📋
Python unicodeA = '\u23D6C'
📋

What is Unicode character 𣵬?

The Unicode character 𣵬 U+23D6C 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+23D6C.

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!