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