C:
char c = '\u5139';
printf("%c\n", c); // Output: 儹
JavaScript:
const char = '\u5139';
console.log(char); // Output: 儹
Java:
char c = '\u5139';
System.out.println(c); // Output: 儹
JSON:
{"text": "\u5139"} // Value: 儹
Python:
char = '\u5139'
print(char) # Output: 儹
Perl:
my $char = "\x{5139}";
print $char; # Output: 儹
PHP:
$char = "\x{5139}";
echo $char; // Output: 儹
Ruby:
char = "\u{5139}"
puts char # Output: 儹
Rust:
let c = '\u{5139}';
println!("{}", c); // Output: 儹
Go:
char := '\u5139'
fmt.Printf("%c\n", char) // Output: 儹
CSS:
/* CSS content property */
.element::before {
content: "\005139"; /* 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%B9
MD5:
3888929c6e04425abb0583095a9d2378
SHA1:
3b71d9fe8b860dda02f66298166df6f4c2db7ae9
Base64:
5YS5