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