Unicode Finder

"埣" U+57E3(CJK UNIFIED IDEOGRAPH-57E3)

U+57E3
Blocknamn
CJK Unified Ideographs
Namn
CJK UNIFIED IDEOGRAPH-57E3

Programming

C
\u57E3
JavaScript
\u57E3
Java
\u57E3
Json
\u57E3
Python
\u57E3
Perl
\x{57E3}
PHP
\x{57E3}
Ruby
\u{57E3}
Rust
\u{57E3}
Go
\u57E3

Web

CSS
\0057E3
HtmlDecimal
埣
HtmlHexadecimal
埣
Url
%E5%9F%A3

Code

MD5
1a809e8377d88822b92d34c3858a5e90
Sha1
31de81edc1c1a81f165828736d6624db64be69a3
Base64
5Z+j

Användningsexempel

Programming Languages

C:

char c = '\u57E3';
printf("%c\n", c);  // Output: 埣

JavaScript:

const char = '\u57E3';
console.log(char);  // Output: 埣

Java:

char c = '\u57E3';
System.out.println(c);  // Output: 埣

JSON:

{"text": "\u57E3"}  // Value: 埣

Python:

char = '\u57E3'
print(char)  # Output: 埣

Perl:

my $char = "\x{57E3}";
print $char;  # Output: 埣

PHP:

$char = "\x{57E3}";
echo $char;  // Output: 埣

Ruby:

char = "\u{57E3}"
puts char  # Output: 埣

Rust:

let c = '\u{57E3}';
println!("{}", c);  // Output: 埣

Go:

char := '\u57E3'
fmt.Printf("%c\n", char)  // Output: 埣

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0057E3";  /* Display: 埣 */
}

HTML Decimal:

<p>HTML decimal: &#22499;</p>  <!-- Display: 埣 -->

HTML Hexadecimal:

<p>HTML hex: &#x57E3;</p>  <!-- Display: 埣 -->

URL Encoding:

// 埣 URL encoding
https://unicodefinder.com/search.php?query=%E5%9F%A3

Encodings

MD5:

1a809e8377d88822b92d34c3858a5e90

SHA1:

31de81edc1c1a81f165828736d6624db64be69a3

Base64:

5Z+j