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