C:
char c = '\u5938';
printf("%c\n", c); // Output: 夸
JavaScript:
const char = '\u5938';
console.log(char); // Output: 夸
Java:
char c = '\u5938';
System.out.println(c); // Output: 夸
JSON:
{"text": "\u5938"} // Value: 夸
Python:
char = '\u5938'
print(char) # Output: 夸
Perl:
my $char = "\x{5938}";
print $char; # Output: 夸
PHP:
$char = "\x{5938}";
echo $char; // Output: 夸
Ruby:
char = "\u{5938}"
puts char # Output: 夸
Rust:
let c = '\u{5938}';
println!("{}", c); // Output: 夸
Go:
char := '\u5938'
fmt.Printf("%c\n", char) // Output: 夸
CSS:
/* CSS content property */
.element::before {
content: "\005938"; /* 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%A4%B8
MD5:
c75ada781039fcd3035dc9d57889b4e9
SHA1:
b5bf041b4d32d2097eab6136f2e7c24a1ca27f4c
Base64:
5aS4