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