C:
char c = '\u9665';
printf("%c\n", c); // Output: 陥
JavaScript:
const char = '\u9665';
console.log(char); // Output: 陥
Java:
char c = '\u9665';
System.out.println(c); // Output: 陥
JSON:
{"text": "\u9665"} // Value: 陥
Python:
char = '\u9665'
print(char) # Output: 陥
Perl:
my $char = "\x{9665}";
print $char; # Output: 陥
PHP:
$char = "\x{9665}";
echo $char; // Output: 陥
Ruby:
char = "\u{9665}"
puts char # Output: 陥
Rust:
let c = '\u{9665}';
println!("{}", c); // Output: 陥
Go:
char := '\u9665'
fmt.Printf("%c\n", char) // Output: 陥
CSS:
/* CSS content property */
.element::before {
content: "\009665"; /* 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%99%A5
MD5:
b3c21be234c0789b5af4f8ef6979fab2
SHA1:
f86f8a16c1cdce1d3741b84e386b4c8ebbc189c5
Base64:
6Zml