C:
char c = '\u509C';
printf("%c\n", c); // Output: 傜
JavaScript:
const char = '\u509C';
console.log(char); // Output: 傜
Java:
char c = '\u509C';
System.out.println(c); // Output: 傜
JSON:
{"text": "\u509C"} // Value: 傜
Python:
char = '\u509C'
print(char) # Output: 傜
Perl:
my $char = "\x{509C}";
print $char; # Output: 傜
PHP:
$char = "\x{509C}";
echo $char; // Output: 傜
Ruby:
char = "\u{509C}"
puts char # Output: 傜
Rust:
let c = '\u{509C}';
println!("{}", c); // Output: 傜
Go:
char := '\u509C'
fmt.Printf("%c\n", char) // Output: 傜
CSS:
/* CSS content property */
.element::before {
content: "\00509C"; /* 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%9C
MD5:
606c379bbffefbeb973d0e00e4d61f57
SHA1:
1d482c70d1e2cd77b256a797abfeb5a22983923e
Base64:
5YKc