C:
char c = '\u1179';
printf("%c\n", c); // Output: ᅹ
JavaScript:
const char = '\u1179';
console.log(char); // Output: ᅹ
Java:
char c = '\u1179';
System.out.println(c); // Output: ᅹ
JSON:
{"text": "\u1179"} // Value: ᅹ
Python:
char = '\u1179'
print(char) # Output: ᅹ
Perl:
my $char = "\x{1179}";
print $char; # Output: ᅹ
PHP:
$char = "\x{1179}";
echo $char; // Output: ᅹ
Ruby:
char = "\u{1179}"
puts char # Output: ᅹ
Rust:
let c = '\u{1179}';
println!("{}", c); // Output: ᅹ
Go:
char := '\u1179'
fmt.Printf("%c\n", char) // Output: ᅹ
CSS:
/* CSS content property */
.element::before {
content: "\001179"; /* Display: ᅹ */
}
HTML Decimal:
<p>HTML decimal: ᅹ</p> <!-- Display: ᅹ -->
HTML Hexadecimal:
<p>HTML hex: ᅹ</p> <!-- Display: ᅹ -->
URL Encoding:
// ᅹ URL encoding
https://unicodefinder.com/search.php?query=%E1%85%B9
MD5:
2673f5aa4f2c38f3057aa2e668ab36ba
SHA1:
fbe4aa38cff2a41c4441fce0be3ac0385258f5f0
Base64:
4YW5