C:
char c = '\u96B4';
printf("%c\n", c); // Output: 隴
JavaScript:
const char = '\u96B4';
console.log(char); // Output: 隴
Java:
char c = '\u96B4';
System.out.println(c); // Output: 隴
JSON:
{"text": "\u96B4"} // Value: 隴
Python:
char = '\u96B4'
print(char) # Output: 隴
Perl:
my $char = "\x{96B4}";
print $char; # Output: 隴
PHP:
$char = "\x{96B4}";
echo $char; // Output: 隴
Ruby:
char = "\u{96B4}"
puts char # Output: 隴
Rust:
let c = '\u{96B4}';
println!("{}", c); // Output: 隴
Go:
char := '\u96B4'
fmt.Printf("%c\n", char) // Output: 隴
CSS:
/* CSS content property */
.element::before {
content: "\0096B4"; /* 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%9A%B4
MD5:
b4ac9e037708b7ac9be0bdad1d47d2f5
SHA1:
27b15ea1076d67abc4f4e349f2d4b0ed6e09fd4a
Base64:
6Zq0