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

What is Unicode character 𦦡?

The Unicode character 𦦡 U+269A1 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+269A1.

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!