C:
char c = '\u565D';
printf("%c\n", c); // Output: 噝
JavaScript:
const char = '\u565D';
console.log(char); // Output: 噝
Java:
char c = '\u565D';
System.out.println(c); // Output: 噝
JSON:
{"text": "\u565D"} // Value: 噝
Python:
char = '\u565D'
print(char) # Output: 噝
Perl:
my $char = "\x{565D}";
print $char; # Output: 噝
PHP:
$char = "\x{565D}";
echo $char; // Output: 噝
Ruby:
char = "\u{565D}"
puts char # Output: 噝
Rust:
let c = '\u{565D}';
println!("{}", c); // Output: 噝
Go:
char := '\u565D'
fmt.Printf("%c\n", char) // Output: 噝
CSS:
/* CSS content property */
.element::before {
content: "\00565D"; /* 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=%E5%99%9D
MD5:
e84dc6b8d49c2cc15ffc6df8f753d17b
SHA1:
4ab9c2065288164779715b015a04510af17be9a1
Base64:
5Zmd