C:
char c = '\uC9BE';
printf("%c\n", c); // Output: 즾
JavaScript:
const char = '\uC9BE';
console.log(char); // Output: 즾
Java:
char c = '\uC9BE';
System.out.println(c); // Output: 즾
JSON:
{"text": "\uC9BE"} // Value: 즾
Python:
char = '\uC9BE'
print(char) # Output: 즾
Perl:
my $char = "\x{C9BE}";
print $char; # Output: 즾
PHP:
$char = "\x{C9BE}";
echo $char; // Output: 즾
Ruby:
char = "\u{C9BE}"
puts char # Output: 즾
Rust:
let c = '\u{C9BE}';
println!("{}", c); // Output: 즾
Go:
char := '\uC9BE'
fmt.Printf("%c\n", char) // Output: 즾
CSS:
/* CSS content property */
.element::before {
content: "\00C9BE"; /* 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%A6%BE
MD5:
a1b5cd6ff6182d2ddbac8d50c275bd91
SHA1:
a3ebcc7e0f58576bc41cdee58b592b399cd649c0
Base64:
7Ka+