C:
char c = '\u975D';
printf("%c\n", c); // Output: 靝
JavaScript:
const char = '\u975D';
console.log(char); // Output: 靝
Java:
char c = '\u975D';
System.out.println(c); // Output: 靝
JSON:
{"text": "\u975D"} // Value: 靝
Python:
char = '\u975D'
print(char) # Output: 靝
Perl:
my $char = "\x{975D}";
print $char; # Output: 靝
PHP:
$char = "\x{975D}";
echo $char; // Output: 靝
Ruby:
char = "\u{975D}"
puts char # Output: 靝
Rust:
let c = '\u{975D}';
println!("{}", c); // Output: 靝
Go:
char := '\u975D'
fmt.Printf("%c\n", char) // Output: 靝
CSS:
/* CSS content property */
.element::before {
content: "\00975D"; /* 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%9D
MD5:
bd060c726fc0d46e1848afded9882f4a
SHA1:
89dd7166f87474555c837f7c4a2d566c31099c07
Base64:
6Z2d