C:
char c = '\uC9B8';
printf("%c\n", c); // Output: 즸
JavaScript:
const char = '\uC9B8';
console.log(char); // Output: 즸
Java:
char c = '\uC9B8';
System.out.println(c); // Output: 즸
JSON:
{"text": "\uC9B8"} // Value: 즸
Python:
char = '\uC9B8'
print(char) # Output: 즸
Perl:
my $char = "\x{C9B8}";
print $char; # Output: 즸
PHP:
$char = "\x{C9B8}";
echo $char; // Output: 즸
Ruby:
char = "\u{C9B8}"
puts char # Output: 즸
Rust:
let c = '\u{C9B8}';
println!("{}", c); // Output: 즸
Go:
char := '\uC9B8'
fmt.Printf("%c\n", char) // Output: 즸
CSS:
/* CSS content property */
.element::before {
content: "\00C9B8"; /* 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%B8
MD5:
8e44d65ee354c828e985703d9f94d75f
SHA1:
f254d586261ad0803b1968a5a08fde7882b18fac
Base64:
7Ka4