C:
char c = '\u8BE3';
printf("%c\n", c); // Output: 诣
JavaScript:
const char = '\u8BE3';
console.log(char); // Output: 诣
Java:
char c = '\u8BE3';
System.out.println(c); // Output: 诣
JSON:
{"text": "\u8BE3"} // Value: 诣
Python:
char = '\u8BE3'
print(char) # Output: 诣
Perl:
my $char = "\x{8BE3}";
print $char; # Output: 诣
PHP:
$char = "\x{8BE3}";
echo $char; // Output: 诣
Ruby:
char = "\u{8BE3}"
puts char # Output: 诣
Rust:
let c = '\u{8BE3}';
println!("{}", c); // Output: 诣
Go:
char := '\u8BE3'
fmt.Printf("%c\n", char) // Output: 诣
CSS:
/* CSS content property */
.element::before {
content: "\008BE3"; /* 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%AF%A3
MD5:
da0e290c8ba2c94c3dd7629080eee7be
SHA1:
98ffa3afdff7e0d3fe52ae199fd115d024f32ce6
Base64:
6K+j