C:
char c = '\u538C';
printf("%c\n", c); // Output: 厌
JavaScript:
const char = '\u538C';
console.log(char); // Output: 厌
Java:
char c = '\u538C';
System.out.println(c); // Output: 厌
JSON:
{"text": "\u538C"} // Value: 厌
Python:
char = '\u538C'
print(char) # Output: 厌
Perl:
my $char = "\x{538C}";
print $char; # Output: 厌
PHP:
$char = "\x{538C}";
echo $char; // Output: 厌
Ruby:
char = "\u{538C}"
puts char # Output: 厌
Rust:
let c = '\u{538C}';
println!("{}", c); // Output: 厌
Go:
char := '\u538C'
fmt.Printf("%c\n", char) // Output: 厌
CSS:
/* CSS content property */
.element::before {
content: "\00538C"; /* 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%8E%8C
MD5:
162d870af8469c89c2ca4d4f1b558447
SHA1:
c8dea0dcff7d32cbb20d339174377b5bfa33101b
Base64:
5Y6M