C:
char c = '\u6476';
printf("%c\n", c); // Output: 摶
JavaScript:
const char = '\u6476';
console.log(char); // Output: 摶
Java:
char c = '\u6476';
System.out.println(c); // Output: 摶
JSON:
{"text": "\u6476"} // Value: 摶
Python:
char = '\u6476'
print(char) # Output: 摶
Perl:
my $char = "\x{6476}";
print $char; # Output: 摶
PHP:
$char = "\x{6476}";
echo $char; // Output: 摶
Ruby:
char = "\u{6476}"
puts char # Output: 摶
Rust:
let c = '\u{6476}';
println!("{}", c); // Output: 摶
Go:
char := '\u6476'
fmt.Printf("%c\n", char) // Output: 摶
CSS:
/* CSS content property */
.element::before {
content: "\006476"; /* 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%B6
MD5:
012168c0efc79e7a27f8a201fe2fc433
SHA1:
aaf1223ca2bfdf8ce031e9297898de4e1eeb95ea
Base64:
5pG2