C:
char c = '\u948A';
printf("%c\n", c); // Output: 钊
JavaScript:
const char = '\u948A';
console.log(char); // Output: 钊
Java:
char c = '\u948A';
System.out.println(c); // Output: 钊
JSON:
{"text": "\u948A"} // Value: 钊
Python:
char = '\u948A'
print(char) # Output: 钊
Perl:
my $char = "\x{948A}";
print $char; # Output: 钊
PHP:
$char = "\x{948A}";
echo $char; // Output: 钊
Ruby:
char = "\u{948A}"
puts char # Output: 钊
Rust:
let c = '\u{948A}';
println!("{}", c); // Output: 钊
Go:
char := '\u948A'
fmt.Printf("%c\n", char) // Output: 钊
CSS:
/* CSS content property */
.element::before {
content: "\00948A"; /* 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%92%8A
MD5:
6a849121279e26e8372c23d2dce0308f
SHA1:
e5a9bb3f02817200492ecd623250d5941791dfcf
Base64:
6ZKK