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