C:
char c = '\uC0F9';
printf("%c\n", c); // Output: 샹
JavaScript:
const char = '\uC0F9';
console.log(char); // Output: 샹
Java:
char c = '\uC0F9';
System.out.println(c); // Output: 샹
JSON:
{"text": "\uC0F9"} // Value: 샹
Python:
char = '\uC0F9'
print(char) # Output: 샹
Perl:
my $char = "\x{C0F9}";
print $char; # Output: 샹
PHP:
$char = "\x{C0F9}";
echo $char; // Output: 샹
Ruby:
char = "\u{C0F9}"
puts char # Output: 샹
Rust:
let c = '\u{C0F9}';
println!("{}", c); // Output: 샹
Go:
char := '\uC0F9'
fmt.Printf("%c\n", char) // Output: 샹
CSS:
/* CSS content property */
.element::before {
content: "\00C0F9"; /* 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=%EC%83%B9
MD5:
a8ef45a47d4fb7cc591506f8ae267493
SHA1:
239f7f9dcd2475b7f09e5ad76245f5db74652c08
Base64:
7IO5