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>&#157649;</p>
📋
CSS .selector { content: '\267D1' };
📋
JS var unicodeA = '\u267D1 ';
📋
CPP char unicodeA = ' \u267D1 ';
📋
Java char unicodeA = '\u267D1';
📋
Python unicodeA = '\u267D1'
📋

What is Unicode character 𦟑?

The Unicode character 𦟑 U+267D1 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+267D1.

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!