C:
char c = '\u508F';
printf("%c\n", c); // Output: 傏
JavaScript:
const char = '\u508F';
console.log(char); // Output: 傏
Java:
char c = '\u508F';
System.out.println(c); // Output: 傏
JSON:
{"text": "\u508F"} // Value: 傏
Python:
char = '\u508F'
print(char) # Output: 傏
Perl:
my $char = "\x{508F}";
print $char; # Output: 傏
PHP:
$char = "\x{508F}";
echo $char; // Output: 傏
Ruby:
char = "\u{508F}"
puts char # Output: 傏
Rust:
let c = '\u{508F}';
println!("{}", c); // Output: 傏
Go:
char := '\u508F'
fmt.Printf("%c\n", char) // Output: 傏
CSS:
/* CSS content property */
.element::before {
content: "\00508F"; /* 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=%E5%82%8F
MD5:
129ae96a4fba5a3686e0c7eb43c7662d
SHA1:
1f9a30a7970153ce06aaf2d2f97c6b21ea9eaa2f
Base64:
5YKP