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