C:
char c = '\u5134';
printf("%c\n", c); // Output: 儴
JavaScript:
const char = '\u5134';
console.log(char); // Output: 儴
Java:
char c = '\u5134';
System.out.println(c); // Output: 儴
JSON:
{"text": "\u5134"} // Value: 儴
Python:
char = '\u5134'
print(char) # Output: 儴
Perl:
my $char = "\x{5134}";
print $char; # Output: 儴
PHP:
$char = "\x{5134}";
echo $char; // Output: 儴
Ruby:
char = "\u{5134}"
puts char # Output: 儴
Rust:
let c = '\u{5134}';
println!("{}", c); // Output: 儴
Go:
char := '\u5134'
fmt.Printf("%c\n", char) // Output: 儴
CSS:
/* CSS content property */
.element::before {
content: "\005134"; /* 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%B4
MD5:
035927b6324e68639ff36780df9d3249
SHA1:
c7ce376684b103c57e7a03914363fd836a1cecd0
Base64:
5YS0