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>&#164342;</p>
📋
CSS .selector { content: '\281F6' };
📋
JS var unicodeA = '\u281F6 ';
📋
CPP char unicodeA = ' \u281F6 ';
📋
Java char unicodeA = '\u281F6';
📋
Python unicodeA = '\u281F6'
📋

What is Unicode character 𨇶?

The Unicode character 𨇶 U+281F6 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+281F6.

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!