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