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

What is Unicode character 𦧑?

The Unicode character 𦧑 U+269D1 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+269D1.

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!