C:
char c = '\u9E7C';
printf("%c\n", c); // Output: 鹼
JavaScript:
const char = '\u9E7C';
console.log(char); // Output: 鹼
Java:
char c = '\u9E7C';
System.out.println(c); // Output: 鹼
JSON:
{"text": "\u9E7C"} // Value: 鹼
Python:
char = '\u9E7C'
print(char) # Output: 鹼
Perl:
my $char = "\x{9E7C}";
print $char; # Output: 鹼
PHP:
$char = "\x{9E7C}";
echo $char; // Output: 鹼
Ruby:
char = "\u{9E7C}"
puts char # Output: 鹼
Rust:
let c = '\u{9E7C}';
println!("{}", c); // Output: 鹼
Go:
char := '\u9E7C'
fmt.Printf("%c\n", char) // Output: 鹼
CSS:
/* CSS content property */
.element::before {
content: "\009E7C"; /* 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%B9%BC
MD5:
9ea586ddd1ac233f8e754c49281a1190
SHA1:
86f97df46e4225a656452d9f2f11f4f9b86a015a
Base64:
6bm8