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