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