C:
char c = '\u8BF8';
printf("%c\n", c); // Output: 诸
JavaScript:
const char = '\u8BF8';
console.log(char); // Output: 诸
Java:
char c = '\u8BF8';
System.out.println(c); // Output: 诸
JSON:
{"text": "\u8BF8"} // Value: 诸
Python:
char = '\u8BF8'
print(char) # Output: 诸
Perl:
my $char = "\x{8BF8}";
print $char; # Output: 诸
PHP:
$char = "\x{8BF8}";
echo $char; // Output: 诸
Ruby:
char = "\u{8BF8}"
puts char # Output: 诸
Rust:
let c = '\u{8BF8}';
println!("{}", c); // Output: 诸
Go:
char := '\u8BF8'
fmt.Printf("%c\n", char) // Output: 诸
CSS:
/* CSS content property */
.element::before {
content: "\008BF8"; /* 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%AF%B8
MD5:
a9d31235c0de7c498e58687e56ec8e9b
SHA1:
bf0ca47e8c8f6572d3dbd449fe400613def8a99f
Base64:
6K+4