C:
char c = '\u6474';
printf("%c\n", c); // Output: 摴
JavaScript:
const char = '\u6474';
console.log(char); // Output: 摴
Java:
char c = '\u6474';
System.out.println(c); // Output: 摴
JSON:
{"text": "\u6474"} // Value: 摴
Python:
char = '\u6474'
print(char) # Output: 摴
Perl:
my $char = "\x{6474}";
print $char; # Output: 摴
PHP:
$char = "\x{6474}";
echo $char; // Output: 摴
Ruby:
char = "\u{6474}"
puts char # Output: 摴
Rust:
let c = '\u{6474}';
println!("{}", c); // Output: 摴
Go:
char := '\u6474'
fmt.Printf("%c\n", char) // Output: 摴
CSS:
/* CSS content property */
.element::before {
content: "\006474"; /* 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%B4
MD5:
e52174760722689f0f073de6c6dcab1c
SHA1:
0370ec64343c27fa96614ed2086e8f5ba1c93fff
Base64:
5pG0