C:
char c = '\u5635';
printf("%c\n", c); // Output: 嘵
JavaScript:
const char = '\u5635';
console.log(char); // Output: 嘵
Java:
char c = '\u5635';
System.out.println(c); // Output: 嘵
JSON:
{"text": "\u5635"} // Value: 嘵
Python:
char = '\u5635'
print(char) # Output: 嘵
Perl:
my $char = "\x{5635}";
print $char; # Output: 嘵
PHP:
$char = "\x{5635}";
echo $char; // Output: 嘵
Ruby:
char = "\u{5635}"
puts char # Output: 嘵
Rust:
let c = '\u{5635}';
println!("{}", c); // Output: 嘵
Go:
char := '\u5635'
fmt.Printf("%c\n", char) // Output: 嘵
CSS:
/* CSS content property */
.element::before {
content: "\005635"; /* 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%98%B5
MD5:
9198aa7a76de8643116d514f075b799a
SHA1:
a87e2d3e08901196d88a07b555fa3d1cfde9f11e
Base64:
5Zi1