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