C:
char c = '\uCBD3';
printf("%c\n", c); // Output: 쯓
JavaScript:
const char = '\uCBD3';
console.log(char); // Output: 쯓
Java:
char c = '\uCBD3';
System.out.println(c); // Output: 쯓
JSON:
{"text": "\uCBD3"} // Value: 쯓
Python:
char = '\uCBD3'
print(char) # Output: 쯓
Perl:
my $char = "\x{CBD3}";
print $char; # Output: 쯓
PHP:
$char = "\x{CBD3}";
echo $char; // Output: 쯓
Ruby:
char = "\u{CBD3}"
puts char # Output: 쯓
Rust:
let c = '\u{CBD3}';
println!("{}", c); // Output: 쯓
Go:
char := '\uCBD3'
fmt.Printf("%c\n", char) // Output: 쯓
CSS:
/* CSS content property */
.element::before {
content: "\00CBD3"; /* 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%AF%93
MD5:
8f6899709013e466bf5b6a86957ef290
SHA1:
eb97f3bf2d67884dddde2a5660f669543e0ce545
Base64:
7K+T