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