Unicode Finder

"労" U+52B4(CJK UNIFIED IDEOGRAPH-52B4)

U+52B4
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-52B4

Programming

C
\u52B4
JavaScript
\u52B4
Java
\u52B4
Json
\u52B4
Python
\u52B4
Perl
\x{52B4}
PHP
\x{52B4}
Ruby
\u{52B4}
Rust
\u{52B4}
Go
\u52B4

Web

CSS
\0052B4
HtmlDecimal
労
HtmlHexadecimal
労
Url
%E5%8A%B4

Code

MD5
ae895efb425328ddc329cf34dc5bcf39
Sha1
182a7e30ae8fe67a5994bd0d848939e864b8ed4a
Base64
5Yq0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u52B4';
console.log(char);  // Output: 労

Java:

char c = '\u52B4';
System.out.println(c);  // Output: 労

JSON:

{"text": "\u52B4"}  // Value: 労

Python:

char = '\u52B4'
print(char)  # Output: 労

Perl:

my $char = "\x{52B4}";
print $char;  # Output: 労

PHP:

$char = "\x{52B4}";
echo $char;  // Output: 労

Ruby:

char = "\u{52B4}"
puts char  # Output: 労

Rust:

let c = '\u{52B4}';
println!("{}", c);  // Output: 労

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0052B4";  /* Display: 労 */
}

HTML Decimal:

<p>HTML decimal: &#21172;</p>  <!-- Display: 労 -->

HTML Hexadecimal:

<p>HTML hex: &#x52B4;</p>  <!-- Display: 労 -->

URL Encoding:

// 労 URL encoding
https://unicodefinder.com/search.php?query=%E5%8A%B4

Encodings

MD5:

ae895efb425328ddc329cf34dc5bcf39

SHA1:

182a7e30ae8fe67a5994bd0d848939e864b8ed4a

Base64:

5Yq0