C:
char c = '\u5975';
printf("%c\n", c); // Output: 奵
JavaScript:
const char = '\u5975';
console.log(char); // Output: 奵
Java:
char c = '\u5975';
System.out.println(c); // Output: 奵
JSON:
{"text": "\u5975"} // Value: 奵
Python:
char = '\u5975'
print(char) # Output: 奵
Perl:
my $char = "\x{5975}";
print $char; # Output: 奵
PHP:
$char = "\x{5975}";
echo $char; // Output: 奵
Ruby:
char = "\u{5975}"
puts char # Output: 奵
Rust:
let c = '\u{5975}';
println!("{}", c); // Output: 奵
Go:
char := '\u5975'
fmt.Printf("%c\n", char) // Output: 奵
CSS:
/* CSS content property */
.element::before {
content: "\005975"; /* 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%A5%B5
MD5:
1f6c5632827b55e73561d90fc276121a
SHA1:
84e4d9fafb345ff440a1ae5eb7968986a707ebe7
Base64:
5aW1