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