C:
char c = '\uC9AF';
printf("%c\n", c); // Output: 즯
JavaScript:
const char = '\uC9AF';
console.log(char); // Output: 즯
Java:
char c = '\uC9AF';
System.out.println(c); // Output: 즯
JSON:
{"text": "\uC9AF"} // Value: 즯
Python:
char = '\uC9AF'
print(char) # Output: 즯
Perl:
my $char = "\x{C9AF}";
print $char; # Output: 즯
PHP:
$char = "\x{C9AF}";
echo $char; // Output: 즯
Ruby:
char = "\u{C9AF}"
puts char # Output: 즯
Rust:
let c = '\u{C9AF}';
println!("{}", c); // Output: 즯
Go:
char := '\uC9AF'
fmt.Printf("%c\n", char) // Output: 즯
CSS:
/* CSS content property */
.element::before {
content: "\00C9AF"; /* 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%AF
MD5:
41874866834680d6fb865c28833c1004
SHA1:
42d4e126ecb4c08614f4fcdc6ec9df751aab5d2f
Base64:
7Kav