C:
char c = '\u974A';
printf("%c\n", c); // Output: 靊
JavaScript:
const char = '\u974A';
console.log(char); // Output: 靊
Java:
char c = '\u974A';
System.out.println(c); // Output: 靊
JSON:
{"text": "\u974A"} // Value: 靊
Python:
char = '\u974A'
print(char) # Output: 靊
Perl:
my $char = "\x{974A}";
print $char; # Output: 靊
PHP:
$char = "\x{974A}";
echo $char; // Output: 靊
Ruby:
char = "\u{974A}"
puts char # Output: 靊
Rust:
let c = '\u{974A}';
println!("{}", c); // Output: 靊
Go:
char := '\u974A'
fmt.Printf("%c\n", char) // Output: 靊
CSS:
/* CSS content property */
.element::before {
content: "\00974A"; /* 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%9D%8A
MD5:
1a069f1cf1b5207a01675b6d3415c9d3
SHA1:
ed75ffc45674c203530a84cc8086f7d349dc5757
Base64:
6Z2K