C:
char c = '\u523A';
printf("%c\n", c); // Output: 刺
JavaScript:
const char = '\u523A';
console.log(char); // Output: 刺
Java:
char c = '\u523A';
System.out.println(c); // Output: 刺
JSON:
{"text": "\u523A"} // Value: 刺
Python:
char = '\u523A'
print(char) # Output: 刺
Perl:
my $char = "\x{523A}";
print $char; # Output: 刺
PHP:
$char = "\x{523A}";
echo $char; // Output: 刺
Ruby:
char = "\u{523A}"
puts char # Output: 刺
Rust:
let c = '\u{523A}';
println!("{}", c); // Output: 刺
Go:
char := '\u523A'
fmt.Printf("%c\n", char) // Output: 刺
CSS:
/* CSS content property */
.element::before {
content: "\00523A"; /* 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%88%BA
MD5:
08d9a4dbb123a1b2868961976d88fd43
SHA1:
97cd3b2ec4e3907d1b4e716cc67f91d2c1b9a815
Base64:
5Yi6