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