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