C:
char c = '\u6479';
printf("%c\n", c); // Output: 摹
JavaScript:
const char = '\u6479';
console.log(char); // Output: 摹
Java:
char c = '\u6479';
System.out.println(c); // Output: 摹
JSON:
{"text": "\u6479"} // Value: 摹
Python:
char = '\u6479'
print(char) # Output: 摹
Perl:
my $char = "\x{6479}";
print $char; # Output: 摹
PHP:
$char = "\x{6479}";
echo $char; // Output: 摹
Ruby:
char = "\u{6479}"
puts char # Output: 摹
Rust:
let c = '\u{6479}';
println!("{}", c); // Output: 摹
Go:
char := '\u6479'
fmt.Printf("%c\n", char) // Output: 摹
CSS:
/* CSS content property */
.element::before {
content: "\006479"; /* 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%B9
MD5:
890d558c8b32eee80825db838399910f
SHA1:
b5fa1b1f2c8850527959c311bde3d98a4aabccd3
Base64:
5pG5