C:
char c = '\u507A';
printf("%c\n", c); // Output: 偺
JavaScript:
const char = '\u507A';
console.log(char); // Output: 偺
Java:
char c = '\u507A';
System.out.println(c); // Output: 偺
JSON:
{"text": "\u507A"} // Value: 偺
Python:
char = '\u507A'
print(char) # Output: 偺
Perl:
my $char = "\x{507A}";
print $char; # Output: 偺
PHP:
$char = "\x{507A}";
echo $char; // Output: 偺
Ruby:
char = "\u{507A}"
puts char # Output: 偺
Rust:
let c = '\u{507A}';
println!("{}", c); // Output: 偺
Go:
char := '\u507A'
fmt.Printf("%c\n", char) // Output: 偺
CSS:
/* CSS content property */
.element::before {
content: "\00507A"; /* 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%BA
MD5:
1de2510a122af8e97536211f4b2bb4a2
SHA1:
7c0e98b91376791aea46c37f01e142408b8f7151
Base64:
5YG6