C:
char c = '\uA37E';
printf("%c\n", c); // Output: ꍾ
JavaScript:
const char = '\uA37E';
console.log(char); // Output: ꍾ
Java:
char c = '\uA37E';
System.out.println(c); // Output: ꍾ
JSON:
{"text": "\uA37E"} // Value: ꍾ
Python:
char = '\uA37E'
print(char) # Output: ꍾ
Perl:
my $char = "\x{A37E}";
print $char; # Output: ꍾ
PHP:
$char = "\x{A37E}";
echo $char; // Output: ꍾ
Ruby:
char = "\u{A37E}"
puts char # Output: ꍾ
Rust:
let c = '\u{A37E}';
println!("{}", c); // Output: ꍾ
Go:
char := '\uA37E'
fmt.Printf("%c\n", char) // Output: ꍾ
CSS:
/* CSS content property */
.element::before {
content: "\00A37E"; /* 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=%EA%8D%BE
MD5:
bb55e4e5c2d09c251a8be14deb5cf555
SHA1:
12698bdcd2f6304e56d8a7b7ac2be6810bd895b0
Base64:
6o2+