C:
char c = '\uB3CF';
printf("%c\n", c); // Output: 돏
JavaScript:
const char = '\uB3CF';
console.log(char); // Output: 돏
Java:
char c = '\uB3CF';
System.out.println(c); // Output: 돏
JSON:
{"text": "\uB3CF"} // Value: 돏
Python:
char = '\uB3CF'
print(char) # Output: 돏
Perl:
my $char = "\x{B3CF}";
print $char; # Output: 돏
PHP:
$char = "\x{B3CF}";
echo $char; // Output: 돏
Ruby:
char = "\u{B3CF}"
puts char # Output: 돏
Rust:
let c = '\u{B3CF}';
println!("{}", c); // Output: 돏
Go:
char := '\uB3CF'
fmt.Printf("%c\n", char) // Output: 돏
CSS:
/* CSS content property */
.element::before {
content: "\00B3CF"; /* 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=%EB%8F%8F
MD5:
0b5511659949f6b74e61f9dd653cb113
SHA1:
e29574cbcff697984fbb59c3d123e07449cb7e31
Base64:
64+P