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