C:
char c = '\u5977';
printf("%c\n", c); // Output: 奷
JavaScript:
const char = '\u5977';
console.log(char); // Output: 奷
Java:
char c = '\u5977';
System.out.println(c); // Output: 奷
JSON:
{"text": "\u5977"} // Value: 奷
Python:
char = '\u5977'
print(char) # Output: 奷
Perl:
my $char = "\x{5977}";
print $char; # Output: 奷
PHP:
$char = "\x{5977}";
echo $char; // Output: 奷
Ruby:
char = "\u{5977}"
puts char # Output: 奷
Rust:
let c = '\u{5977}';
println!("{}", c); // Output: 奷
Go:
char := '\u5977'
fmt.Printf("%c\n", char) // Output: 奷
CSS:
/* CSS content property */
.element::before {
content: "\005977"; /* 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%B7
MD5:
d957a936ab27aae475ede634b3c2cd11
SHA1:
5f81c821d5b35472418d517cbe9a7ff4cc5ca074
Base64:
5aW3