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