C:
char c = '\u5476';
printf("%c\n", c); // Output: 呶
JavaScript:
const char = '\u5476';
console.log(char); // Output: 呶
Java:
char c = '\u5476';
System.out.println(c); // Output: 呶
JSON:
{"text": "\u5476"} // Value: 呶
Python:
char = '\u5476'
print(char) # Output: 呶
Perl:
my $char = "\x{5476}";
print $char; # Output: 呶
PHP:
$char = "\x{5476}";
echo $char; // Output: 呶
Ruby:
char = "\u{5476}"
puts char # Output: 呶
Rust:
let c = '\u{5476}';
println!("{}", c); // Output: 呶
Go:
char := '\u5476'
fmt.Printf("%c\n", char) // Output: 呶
CSS:
/* CSS content property */
.element::before {
content: "\005476"; /* 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%91%B6
MD5:
20c6501cca7e91c5c85c57796e167166
SHA1:
26fff16ac9364f5675cc59398f14827314d64f52
Base64:
5ZG2