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