C:
char c = '\u5074';
printf("%c\n", c); // Output: 側
JavaScript:
const char = '\u5074';
console.log(char); // Output: 側
Java:
char c = '\u5074';
System.out.println(c); // Output: 側
JSON:
{"text": "\u5074"} // Value: 側
Python:
char = '\u5074'
print(char) # Output: 側
Perl:
my $char = "\x{5074}";
print $char; # Output: 側
PHP:
$char = "\x{5074}";
echo $char; // Output: 側
Ruby:
char = "\u{5074}"
puts char # Output: 側
Rust:
let c = '\u{5074}';
println!("{}", c); // Output: 側
Go:
char := '\u5074'
fmt.Printf("%c\n", char) // Output: 側
CSS:
/* CSS content property */
.element::before {
content: "\005074"; /* 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%B4
MD5:
bd9ed5239c24e38fa726fced522c87a6
SHA1:
d9bf8247a0c94aa82c1985c6a73251b313829e89
Base64:
5YG0