C:
char c = '\u533A';
printf("%c\n", c); // Output: 区
JavaScript:
const char = '\u533A';
console.log(char); // Output: 区
Java:
char c = '\u533A';
System.out.println(c); // Output: 区
JSON:
{"text": "\u533A"} // Value: 区
Python:
char = '\u533A'
print(char) # Output: 区
Perl:
my $char = "\x{533A}";
print $char; # Output: 区
PHP:
$char = "\x{533A}";
echo $char; // Output: 区
Ruby:
char = "\u{533A}"
puts char # Output: 区
Rust:
let c = '\u{533A}';
println!("{}", c); // Output: 区
Go:
char := '\u533A'
fmt.Printf("%c\n", char) // Output: 区
CSS:
/* CSS content property */
.element::before {
content: "\00533A"; /* 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%8C%BA
MD5:
47c762206773ddd95bc0757bae8b33d7
SHA1:
b6cdfecb1638c1db13329289b8e59e74f6a18cbb
Base64:
5Yy6