C:
char c = '\u951F';
printf("%c\n", c); // Output: 锟
JavaScript:
const char = '\u951F';
console.log(char); // Output: 锟
Java:
char c = '\u951F';
System.out.println(c); // Output: 锟
JSON:
{"text": "\u951F"} // Value: 锟
Python:
char = '\u951F'
print(char) # Output: 锟
Perl:
my $char = "\x{951F}";
print $char; # Output: 锟
PHP:
$char = "\x{951F}";
echo $char; // Output: 锟
Ruby:
char = "\u{951F}"
puts char # Output: 锟
Rust:
let c = '\u{951F}';
println!("{}", c); // Output: 锟
Go:
char := '\u951F'
fmt.Printf("%c\n", char) // Output: 锟
CSS:
/* CSS content property */
.element::before {
content: "\00951F"; /* 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=%E9%94%9F
MD5:
b9731f844926f22613541901d884cc3e
SHA1:
a43f3ee0961060b81b73476db118e1acdf75ad7f
Base64:
6ZSf