C:
char c = '\uCEFE';
printf("%c\n", c); // Output: 컾
JavaScript:
const char = '\uCEFE';
console.log(char); // Output: 컾
Java:
char c = '\uCEFE';
System.out.println(c); // Output: 컾
JSON:
{"text": "\uCEFE"} // Value: 컾
Python:
char = '\uCEFE'
print(char) # Output: 컾
Perl:
my $char = "\x{CEFE}";
print $char; # Output: 컾
PHP:
$char = "\x{CEFE}";
echo $char; // Output: 컾
Ruby:
char = "\u{CEFE}"
puts char # Output: 컾
Rust:
let c = '\u{CEFE}';
println!("{}", c); // Output: 컾
Go:
char := '\uCEFE'
fmt.Printf("%c\n", char) // Output: 컾
CSS:
/* CSS content property */
.element::before {
content: "\00CEFE"; /* 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%BE
MD5:
0705ab977725b621c13000f15e6d3259
SHA1:
a3300e3b2bdce0a8d42fab118c324b842f52938c
Base64:
7Lu+