C:
char c = '\u6475';
printf("%c\n", c); // Output: 摵
JavaScript:
const char = '\u6475';
console.log(char); // Output: 摵
Java:
char c = '\u6475';
System.out.println(c); // Output: 摵
JSON:
{"text": "\u6475"} // Value: 摵
Python:
char = '\u6475'
print(char) # Output: 摵
Perl:
my $char = "\x{6475}";
print $char; # Output: 摵
PHP:
$char = "\x{6475}";
echo $char; // Output: 摵
Ruby:
char = "\u{6475}"
puts char # Output: 摵
Rust:
let c = '\u{6475}';
println!("{}", c); // Output: 摵
Go:
char := '\u6475'
fmt.Printf("%c\n", char) // Output: 摵
CSS:
/* CSS content property */
.element::before {
content: "\006475"; /* 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%B5
MD5:
572d481512a806dfc012f9a5ec4af820
SHA1:
68b046f80eb2245c7e692bbd91dbae0126aa0aaf
Base64:
5pG1