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