C:
char c = '\u634B';
printf("%c\n", c); // Output: 捋
JavaScript:
const char = '\u634B';
console.log(char); // Output: 捋
Java:
char c = '\u634B';
System.out.println(c); // Output: 捋
JSON:
{"text": "\u634B"} // Value: 捋
Python:
char = '\u634B'
print(char) # Output: 捋
Perl:
my $char = "\x{634B}";
print $char; # Output: 捋
PHP:
$char = "\x{634B}";
echo $char; // Output: 捋
Ruby:
char = "\u{634B}"
puts char # Output: 捋
Rust:
let c = '\u{634B}';
println!("{}", c); // Output: 捋
Go:
char := '\u634B'
fmt.Printf("%c\n", char) // Output: 捋
CSS:
/* CSS content property */
.element::before {
content: "\00634B"; /* 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%8B
MD5:
8fcf43777578d19ecf5ec8e80f2c1134
SHA1:
66303df29391e4b2745366228532eace22592a3c
Base64:
5o2L