C:
char c = '\u5259';
printf("%c\n", c); // Output: 剙
JavaScript:
const char = '\u5259';
console.log(char); // Output: 剙
Java:
char c = '\u5259';
System.out.println(c); // Output: 剙
JSON:
{"text": "\u5259"} // Value: 剙
Python:
char = '\u5259'
print(char) # Output: 剙
Perl:
my $char = "\x{5259}";
print $char; # Output: 剙
PHP:
$char = "\x{5259}";
echo $char; // Output: 剙
Ruby:
char = "\u{5259}"
puts char # Output: 剙
Rust:
let c = '\u{5259}';
println!("{}", c); // Output: 剙
Go:
char := '\u5259'
fmt.Printf("%c\n", char) // Output: 剙
CSS:
/* CSS content property */
.element::before {
content: "\005259"; /* 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%89%99
MD5:
4e790f6c492cedbe9fa156142471aa1e
SHA1:
ed0ba7ab4574b6f340a1f3c29b3ec8e8bda7612a
Base64:
5YmZ