C:
char c = '\u740B';
printf("%c\n", c); // Output: 琋
JavaScript:
const char = '\u740B';
console.log(char); // Output: 琋
Java:
char c = '\u740B';
System.out.println(c); // Output: 琋
JSON:
{"text": "\u740B"} // Value: 琋
Python:
char = '\u740B'
print(char) # Output: 琋
Perl:
my $char = "\x{740B}";
print $char; # Output: 琋
PHP:
$char = "\x{740B}";
echo $char; // Output: 琋
Ruby:
char = "\u{740B}"
puts char # Output: 琋
Rust:
let c = '\u{740B}';
println!("{}", c); // Output: 琋
Go:
char := '\u740B'
fmt.Printf("%c\n", char) // Output: 琋
CSS:
/* CSS content property */
.element::before {
content: "\00740B"; /* 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%90%8B
MD5:
36d7fc512be51d6ed1f3805097039985
SHA1:
c822ee248ef15a593d4e6b3d8b913b59814a87cb
Base64:
55CL