C:
char c = '\u6413';
printf("%c\n", c); // Output: 搓
JavaScript:
const char = '\u6413';
console.log(char); // Output: 搓
Java:
char c = '\u6413';
System.out.println(c); // Output: 搓
JSON:
{"text": "\u6413"} // Value: 搓
Python:
char = '\u6413'
print(char) # Output: 搓
Perl:
my $char = "\x{6413}";
print $char; # Output: 搓
PHP:
$char = "\x{6413}";
echo $char; // Output: 搓
Ruby:
char = "\u{6413}"
puts char # Output: 搓
Rust:
let c = '\u{6413}';
println!("{}", c); // Output: 搓
Go:
char := '\u6413'
fmt.Printf("%c\n", char) // Output: 搓
CSS:
/* CSS content property */
.element::before {
content: "\006413"; /* 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%90%93
MD5:
0f393c7dd143f0156e152067bf74678a
SHA1:
c3d85cc59d315a90c3f784aa632c2d51d81f987c
Base64:
5pCT