C:
char c = '\u8465';
printf("%c\n", c); // Output: 葥
JavaScript:
const char = '\u8465';
console.log(char); // Output: 葥
Java:
char c = '\u8465';
System.out.println(c); // Output: 葥
JSON:
{"text": "\u8465"} // Value: 葥
Python:
char = '\u8465'
print(char) # Output: 葥
Perl:
my $char = "\x{8465}";
print $char; # Output: 葥
PHP:
$char = "\x{8465}";
echo $char; // Output: 葥
Ruby:
char = "\u{8465}"
puts char # Output: 葥
Rust:
let c = '\u{8465}';
println!("{}", c); // Output: 葥
Go:
char := '\u8465'
fmt.Printf("%c\n", char) // Output: 葥
CSS:
/* CSS content property */
.element::before {
content: "\008465"; /* 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=%E8%91%A5
MD5:
0008474e6e65980d80f76da1b1ceadd6
SHA1:
d6034b74f9cd1001a5e630ad1695b3969545a863
Base64:
6JGl