C:
char c = '\u6836';
printf("%c\n", c); // Output: 栶
JavaScript:
const char = '\u6836';
console.log(char); // Output: 栶
Java:
char c = '\u6836';
System.out.println(c); // Output: 栶
JSON:
{"text": "\u6836"} // Value: 栶
Python:
char = '\u6836'
print(char) # Output: 栶
Perl:
my $char = "\x{6836}";
print $char; # Output: 栶
PHP:
$char = "\x{6836}";
echo $char; // Output: 栶
Ruby:
char = "\u{6836}"
puts char # Output: 栶
Rust:
let c = '\u{6836}';
println!("{}", c); // Output: 栶
Go:
char := '\u6836'
fmt.Printf("%c\n", char) // Output: 栶
CSS:
/* CSS content property */
.element::before {
content: "\006836"; /* 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=%E6%A0%B6
MD5:
444b36781de71236581f9d8014883e20
SHA1:
1e61522969c8f3cc6176a8b8649af635ab882247
Base64:
5qC2