C:
char c = '\u5236';
printf("%c\n", c); // Output: 制
JavaScript:
const char = '\u5236';
console.log(char); // Output: 制
Java:
char c = '\u5236';
System.out.println(c); // Output: 制
JSON:
{"text": "\u5236"} // Value: 制
Python:
char = '\u5236'
print(char) # Output: 制
Perl:
my $char = "\x{5236}";
print $char; # Output: 制
PHP:
$char = "\x{5236}";
echo $char; // Output: 制
Ruby:
char = "\u{5236}"
puts char # Output: 制
Rust:
let c = '\u{5236}';
println!("{}", c); // Output: 制
Go:
char := '\u5236'
fmt.Printf("%c\n", char) // Output: 制
CSS:
/* CSS content property */
.element::before {
content: "\005236"; /* 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%88%B6
MD5:
fb0e529674513d88074b255b8d06cfb6
SHA1:
83708e28733a86df0943c7f06c021930a361e442
Base64:
5Yi2