C:
char c = '\u9235';
printf("%c\n", c); // Output: 鈵
JavaScript:
const char = '\u9235';
console.log(char); // Output: 鈵
Java:
char c = '\u9235';
System.out.println(c); // Output: 鈵
JSON:
{"text": "\u9235"} // Value: 鈵
Python:
char = '\u9235'
print(char) # Output: 鈵
Perl:
my $char = "\x{9235}";
print $char; # Output: 鈵
PHP:
$char = "\x{9235}";
echo $char; // Output: 鈵
Ruby:
char = "\u{9235}"
puts char # Output: 鈵
Rust:
let c = '\u{9235}';
println!("{}", c); // Output: 鈵
Go:
char := '\u9235'
fmt.Printf("%c\n", char) // Output: 鈵
CSS:
/* CSS content property */
.element::before {
content: "\009235"; /* 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%88%B5
MD5:
64c0d2f9ce1cff6a1dfb639ec7b079cb
SHA1:
5400af61546831aeb39a09149b517a82a0ab86a2
Base64:
6Yi1