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