C:
char c = '\u53B7';
printf("%c\n", c); // Output: 厷
JavaScript:
const char = '\u53B7';
console.log(char); // Output: 厷
Java:
char c = '\u53B7';
System.out.println(c); // Output: 厷
JSON:
{"text": "\u53B7"} // Value: 厷
Python:
char = '\u53B7'
print(char) # Output: 厷
Perl:
my $char = "\x{53B7}";
print $char; # Output: 厷
PHP:
$char = "\x{53B7}";
echo $char; // Output: 厷
Ruby:
char = "\u{53B7}"
puts char # Output: 厷
Rust:
let c = '\u{53B7}';
println!("{}", c); // Output: 厷
Go:
char := '\u53B7'
fmt.Printf("%c\n", char) // Output: 厷
CSS:
/* CSS content property */
.element::before {
content: "\0053B7"; /* 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%B7
MD5:
807138da37f7cbd0eb7a1c77906adedf
SHA1:
df869e4d4b3b8a11c3792071d36121944c4f104c
Base64:
5Y63