C:
char c = '\u9675';
printf("%c\n", c); // Output: 陵
JavaScript:
const char = '\u9675';
console.log(char); // Output: 陵
Java:
char c = '\u9675';
System.out.println(c); // Output: 陵
JSON:
{"text": "\u9675"} // Value: 陵
Python:
char = '\u9675'
print(char) # Output: 陵
Perl:
my $char = "\x{9675}";
print $char; # Output: 陵
PHP:
$char = "\x{9675}";
echo $char; // Output: 陵
Ruby:
char = "\u{9675}"
puts char # Output: 陵
Rust:
let c = '\u{9675}';
println!("{}", c); // Output: 陵
Go:
char := '\u9675'
fmt.Printf("%c\n", char) // Output: 陵
CSS:
/* CSS content property */
.element::before {
content: "\009675"; /* 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%B5
MD5:
b6bbb7e1c48f6dc55a09ba62aff58c15
SHA1:
3599072f2da63f7155100762bef33da68c39b990
Base64:
6Zm1