C:
char c = '\u90B5';
printf("%c\n", c); // Output: 邵
JavaScript:
const char = '\u90B5';
console.log(char); // Output: 邵
Java:
char c = '\u90B5';
System.out.println(c); // Output: 邵
JSON:
{"text": "\u90B5"} // Value: 邵
Python:
char = '\u90B5'
print(char) # Output: 邵
Perl:
my $char = "\x{90B5}";
print $char; # Output: 邵
PHP:
$char = "\x{90B5}";
echo $char; // Output: 邵
Ruby:
char = "\u{90B5}"
puts char # Output: 邵
Rust:
let c = '\u{90B5}';
println!("{}", c); // Output: 邵
Go:
char := '\u90B5'
fmt.Printf("%c\n", char) // Output: 邵
CSS:
/* CSS content property */
.element::before {
content: "\0090B5"; /* 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=%E9%82%B5
MD5:
453e70206f70501cf7f9cb0c08342dd6
SHA1:
acae792ceeeea000a7c8ce6ed2ccf9ced7744bcd
Base64:
6YK1