C:
char c = '\u56DB';
printf("%c\n", c); // Output: 四
JavaScript:
const char = '\u56DB';
console.log(char); // Output: 四
Java:
char c = '\u56DB';
System.out.println(c); // Output: 四
JSON:
{"text": "\u56DB"} // Value: 四
Python:
char = '\u56DB'
print(char) # Output: 四
Perl:
my $char = "\x{56DB}";
print $char; # Output: 四
PHP:
$char = "\x{56DB}";
echo $char; // Output: 四
Ruby:
char = "\u{56DB}"
puts char # Output: 四
Rust:
let c = '\u{56DB}';
println!("{}", c); // Output: 四
Go:
char := '\u56DB'
fmt.Printf("%c\n", char) // Output: 四
CSS:
/* CSS content property */
.element::before {
content: "\0056DB"; /* 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%9B%9B
MD5:
21716cf311071e8d339b611c8bdce9e4
SHA1:
4f88740b348014a4eef0d2132f6cc2fced6f5b3d
Base64:
5Zub