C:
char c = '\u8AE5';
printf("%c\n", c); // Output: 諥
JavaScript:
const char = '\u8AE5';
console.log(char); // Output: 諥
Java:
char c = '\u8AE5';
System.out.println(c); // Output: 諥
JSON:
{"text": "\u8AE5"} // Value: 諥
Python:
char = '\u8AE5'
print(char) # Output: 諥
Perl:
my $char = "\x{8AE5}";
print $char; # Output: 諥
PHP:
$char = "\x{8AE5}";
echo $char; // Output: 諥
Ruby:
char = "\u{8AE5}"
puts char # Output: 諥
Rust:
let c = '\u{8AE5}';
println!("{}", c); // Output: 諥
Go:
char := '\u8AE5'
fmt.Printf("%c\n", char) // Output: 諥
CSS:
/* CSS content property */
.element::before {
content: "\008AE5"; /* 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=%E8%AB%A5
MD5:
cf50c4787221ce30f50cdb3c9e46cd82
SHA1:
f9a491303afd248a33bf85661eef4af8636d3bf4
Base64:
6Kul