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>&#163176;</p>
📋
CSS .selector { content: '\27D68' };
📋
JS var unicodeA = '\u27D68 ';
📋
CPP char unicodeA = ' \u27D68 ';
📋
Java char unicodeA = '\u27D68';
📋
Python unicodeA = '\u27D68'
📋

What is Unicode character 𧵨?

The Unicode character 𧵨 U+27D68 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+27D68.

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!