C:
char c = '\u1477';
printf("%c\n", c); // Output: ᑷ
JavaScript:
const char = '\u1477';
console.log(char); // Output: ᑷ
Java:
char c = '\u1477';
System.out.println(c); // Output: ᑷ
JSON:
{"text": "\u1477"} // Value: ᑷ
Python:
char = '\u1477'
print(char) # Output: ᑷ
Perl:
my $char = "\x{1477}";
print $char; # Output: ᑷ
PHP:
$char = "\x{1477}";
echo $char; // Output: ᑷ
Ruby:
char = "\u{1477}"
puts char # Output: ᑷ
Rust:
let c = '\u{1477}';
println!("{}", c); // Output: ᑷ
Go:
char := '\u1477'
fmt.Printf("%c\n", char) // Output: ᑷ
CSS:
/* CSS content property */
.element::before {
content: "\001477"; /* 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%91%B7
MD5:
9f8993c83f41f908bcaa46be9c6c601a
SHA1:
be851cb0b6d7768f337ab9b636d1943e11ee266f
Base64:
4ZG3