C:
char c = '\u64FC';
printf("%c\n", c); // Output: 擼
JavaScript:
const char = '\u64FC';
console.log(char); // Output: 擼
Java:
char c = '\u64FC';
System.out.println(c); // Output: 擼
JSON:
{"text": "\u64FC"} // Value: 擼
Python:
char = '\u64FC'
print(char) # Output: 擼
Perl:
my $char = "\x{64FC}";
print $char; # Output: 擼
PHP:
$char = "\x{64FC}";
echo $char; // Output: 擼
Ruby:
char = "\u{64FC}"
puts char # Output: 擼
Rust:
let c = '\u{64FC}';
println!("{}", c); // Output: 擼
Go:
char := '\u64FC'
fmt.Printf("%c\n", char) // Output: 擼
CSS:
/* CSS content property */
.element::before {
content: "\0064FC"; /* 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%93%BC
MD5:
f6210694434e9dbdbf0250f61c2b1ca9
SHA1:
80445fa307a3c8cad2d02bb841f6611a4dbe05e4
Base64:
5pO8