C:
char c = '\u5536';
printf("%c\n", c); // Output: 唶
JavaScript:
const char = '\u5536';
console.log(char); // Output: 唶
Java:
char c = '\u5536';
System.out.println(c); // Output: 唶
JSON:
{"text": "\u5536"} // Value: 唶
Python:
char = '\u5536'
print(char) # Output: 唶
Perl:
my $char = "\x{5536}";
print $char; # Output: 唶
PHP:
$char = "\x{5536}";
echo $char; // Output: 唶
Ruby:
char = "\u{5536}"
puts char # Output: 唶
Rust:
let c = '\u{5536}';
println!("{}", c); // Output: 唶
Go:
char := '\u5536'
fmt.Printf("%c\n", char) // Output: 唶
CSS:
/* CSS content property */
.element::before {
content: "\005536"; /* 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%94%B6
MD5:
c40c1a34a667300d275fd7990fc08e31
SHA1:
4f6f7477741d6bb4409f7609cacae7445b548301
Base64:
5ZS2