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