C:
char c = '\u8FEC';
printf("%c\n", c); // Output: 迬
JavaScript:
const char = '\u8FEC';
console.log(char); // Output: 迬
Java:
char c = '\u8FEC';
System.out.println(c); // Output: 迬
JSON:
{"text": "\u8FEC"} // Value: 迬
Python:
char = '\u8FEC'
print(char) # Output: 迬
Perl:
my $char = "\x{8FEC}";
print $char; # Output: 迬
PHP:
$char = "\x{8FEC}";
echo $char; // Output: 迬
Ruby:
char = "\u{8FEC}"
puts char # Output: 迬
Rust:
let c = '\u{8FEC}';
println!("{}", c); // Output: 迬
Go:
char := '\u8FEC'
fmt.Printf("%c\n", char) // Output: 迬
CSS:
/* CSS content property */
.element::before {
content: "\008FEC"; /* 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=%E8%BF%AC
MD5:
eae5388d068c378287646956896ff74f
SHA1:
35d6e9d78de9493153496d069dff1d303c9fd5aa
Base64:
6L+s