C:
char c = '\u5939';
printf("%c\n", c); // Output: 夹
JavaScript:
const char = '\u5939';
console.log(char); // Output: 夹
Java:
char c = '\u5939';
System.out.println(c); // Output: 夹
JSON:
{"text": "\u5939"} // Value: 夹
Python:
char = '\u5939'
print(char) # Output: 夹
Perl:
my $char = "\x{5939}";
print $char; # Output: 夹
PHP:
$char = "\x{5939}";
echo $char; // Output: 夹
Ruby:
char = "\u{5939}"
puts char # Output: 夹
Rust:
let c = '\u{5939}';
println!("{}", c); // Output: 夹
Go:
char := '\u5939'
fmt.Printf("%c\n", char) // Output: 夹
CSS:
/* CSS content property */
.element::before {
content: "\005939"; /* 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%B9
MD5:
0589b8f9e5033b1c72dd5536d23dd404
SHA1:
d256115cdcd938ec3f32359a21351c858635522d
Base64:
5aS5