C:
char c = '\u5097';
printf("%c\n", c); // Output: 傗
JavaScript:
const char = '\u5097';
console.log(char); // Output: 傗
Java:
char c = '\u5097';
System.out.println(c); // Output: 傗
JSON:
{"text": "\u5097"} // Value: 傗
Python:
char = '\u5097'
print(char) # Output: 傗
Perl:
my $char = "\x{5097}";
print $char; # Output: 傗
PHP:
$char = "\x{5097}";
echo $char; // Output: 傗
Ruby:
char = "\u{5097}"
puts char # Output: 傗
Rust:
let c = '\u{5097}';
println!("{}", c); // Output: 傗
Go:
char := '\u5097'
fmt.Printf("%c\n", char) // Output: 傗
CSS:
/* CSS content property */
.element::before {
content: "\005097"; /* 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%97
MD5:
9875e152933cae9f3630dbd7393ad28f
SHA1:
d3fdefbe66d2a15b672aa2cc2a85d50aee4001ef
Base64:
5YKX