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