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