C:
char c = '\u636A';
printf("%c\n", c); // Output: 捪
JavaScript:
const char = '\u636A';
console.log(char); // Output: 捪
Java:
char c = '\u636A';
System.out.println(c); // Output: 捪
JSON:
{"text": "\u636A"} // Value: 捪
Python:
char = '\u636A'
print(char) # Output: 捪
Perl:
my $char = "\x{636A}";
print $char; # Output: 捪
PHP:
$char = "\x{636A}";
echo $char; // Output: 捪
Ruby:
char = "\u{636A}"
puts char # Output: 捪
Rust:
let c = '\u{636A}';
println!("{}", c); // Output: 捪
Go:
char := '\u636A'
fmt.Printf("%c\n", char) // Output: 捪
CSS:
/* CSS content property */
.element::before {
content: "\00636A"; /* 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=%E6%8D%AA
MD5:
8de27fca49c6fceaadf743e316e0dab9
SHA1:
ad71a994b017044aed1294fa4b65448a214e0441
Base64:
5o2q