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