C:
char c = '\u59A8';
printf("%c\n", c); // Output: 妨
JavaScript:
const char = '\u59A8';
console.log(char); // Output: 妨
Java:
char c = '\u59A8';
System.out.println(c); // Output: 妨
JSON:
{"text": "\u59A8"} // Value: 妨
Python:
char = '\u59A8'
print(char) # Output: 妨
Perl:
my $char = "\x{59A8}";
print $char; # Output: 妨
PHP:
$char = "\x{59A8}";
echo $char; // Output: 妨
Ruby:
char = "\u{59A8}"
puts char # Output: 妨
Rust:
let c = '\u{59A8}';
println!("{}", c); // Output: 妨
Go:
char := '\u59A8'
fmt.Printf("%c\n", char) // Output: 妨
CSS:
/* CSS content property */
.element::before {
content: "\0059A8"; /* 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%A6%A8
MD5:
4d8b0a0ee145da96fce1c59f34e51a27
SHA1:
67c93b73070f81a1e6b7f3ed71e0ce1c6a2be150
Base64:
5aao