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