C:
char c = '\u7471';
printf("%c\n", c); // Output: 瑱
JavaScript:
const char = '\u7471';
console.log(char); // Output: 瑱
Java:
char c = '\u7471';
System.out.println(c); // Output: 瑱
JSON:
{"text": "\u7471"} // Value: 瑱
Python:
char = '\u7471'
print(char) # Output: 瑱
Perl:
my $char = "\x{7471}";
print $char; # Output: 瑱
PHP:
$char = "\x{7471}";
echo $char; // Output: 瑱
Ruby:
char = "\u{7471}"
puts char # Output: 瑱
Rust:
let c = '\u{7471}';
println!("{}", c); // Output: 瑱
Go:
char := '\u7471'
fmt.Printf("%c\n", char) // Output: 瑱
CSS:
/* CSS content property */
.element::before {
content: "\007471"; /* 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=%E7%91%B1
MD5:
690369efdd7851eca2c1c7672e960bda
SHA1:
01bbbd56981400c3fdc18e4e099b8331f358a2bc
Base64:
55Gx