C:
char c = '\u513E';
printf("%c\n", c); // Output: 儾
JavaScript:
const char = '\u513E';
console.log(char); // Output: 儾
Java:
char c = '\u513E';
System.out.println(c); // Output: 儾
JSON:
{"text": "\u513E"} // Value: 儾
Python:
char = '\u513E'
print(char) # Output: 儾
Perl:
my $char = "\x{513E}";
print $char; # Output: 儾
PHP:
$char = "\x{513E}";
echo $char; // Output: 儾
Ruby:
char = "\u{513E}"
puts char # Output: 儾
Rust:
let c = '\u{513E}';
println!("{}", c); // Output: 儾
Go:
char := '\u513E'
fmt.Printf("%c\n", char) // Output: 儾
CSS:
/* CSS content property */
.element::before {
content: "\00513E"; /* 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%84%BE
MD5:
a17d181b331045609327c1c90f636571
SHA1:
80cbdab954e9c8659016d3323ce9c907572c38c3
Base64:
5YS+