Unicode Finder

"嬯" U+5B2F(CJK UNIFIED IDEOGRAPH-5B2F)

U+5B2F
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-5B2F

Programming

C
\u5B2F
JavaScript
\u5B2F
Java
\u5B2F
Json
\u5B2F
Python
\u5B2F
Perl
\x{5B2F}
PHP
\x{5B2F}
Ruby
\u{5B2F}
Rust
\u{5B2F}
Go
\u5B2F

Web

CSS
\005B2F
HtmlDecimal
嬯
HtmlHexadecimal
嬯
Url
%E5%AC%AF

Code

MD5
7275f22c309aacc772849adf755ca1e5
Sha1
13a734e1cfdb4dbc67a41d3409558fe2a115f9e1
Base64
5ayv

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u5B2F';
console.log(char);  // Output: 嬯

Java:

char c = '\u5B2F';
System.out.println(c);  // Output: 嬯

JSON:

{"text": "\u5B2F"}  // Value: 嬯

Python:

char = '\u5B2F'
print(char)  # Output: 嬯

Perl:

my $char = "\x{5B2F}";
print $char;  # Output: 嬯

PHP:

$char = "\x{5B2F}";
echo $char;  // Output: 嬯

Ruby:

char = "\u{5B2F}"
puts char  # Output: 嬯

Rust:

let c = '\u{5B2F}';
println!("{}", c);  // Output: 嬯

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005B2F";  /* Display: 嬯 */
}

HTML Decimal:

<p>HTML decimal: &#23343;</p>  <!-- Display: 嬯 -->

HTML Hexadecimal:

<p>HTML hex: &#x5B2F;</p>  <!-- Display: 嬯 -->

URL Encoding:

// 嬯 URL encoding
https://unicodefinder.com/search.php?query=%E5%AC%AF

Encodings

MD5:

7275f22c309aacc772849adf755ca1e5

SHA1:

13a734e1cfdb4dbc67a41d3409558fe2a115f9e1

Base64:

5ayv