C:
char c = '\u6478';
printf("%c\n", c); // Output: 摸
JavaScript:
const char = '\u6478';
console.log(char); // Output: 摸
Java:
char c = '\u6478';
System.out.println(c); // Output: 摸
JSON:
{"text": "\u6478"} // Value: 摸
Python:
char = '\u6478'
print(char) # Output: 摸
Perl:
my $char = "\x{6478}";
print $char; # Output: 摸
PHP:
$char = "\x{6478}";
echo $char; // Output: 摸
Ruby:
char = "\u{6478}"
puts char # Output: 摸
Rust:
let c = '\u{6478}';
println!("{}", c); // Output: 摸
Go:
char := '\u6478'
fmt.Printf("%c\n", char) // Output: 摸
CSS:
/* CSS content property */
.element::before {
content: "\006478"; /* 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%91%B8
MD5:
919ec9c31fb0afb531da7f8bb95bd9cc
SHA1:
508dfa64c33e14115591889c83c78ad04b4bc1a5
Base64:
5pG4