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