Unicode Finder

"쁻" U+C07B(HANGUL SYLLABLE BBYID)

U+C07B
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBYID

Programming

C
\uC07B
JavaScript
\uC07B
Java
\uC07B
Json
\uC07B
Python
\uC07B
Perl
\x{C07B}
PHP
\x{C07B}
Ruby
\u{C07B}
Rust
\u{C07B}
Go
\uC07B

Web

CSS
\00C07B
HtmlDecimal
쁻
HtmlHexadecimal
쁻
Url
%EC%81%BB

Code

MD5
d8e97eef9b8100abc2ab331f27a8ca48
Sha1
7a5e01394dc08c297614df9b355919ed02cd7762
Base64
7IG7

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC07B';
console.log(char);  // Output: 쁻

Java:

char c = '\uC07B';
System.out.println(c);  // Output: 쁻

JSON:

{"text": "\uC07B"}  // Value: 쁻

Python:

char = '\uC07B'
print(char)  # Output: 쁻

Perl:

my $char = "\x{C07B}";
print $char;  # Output: 쁻

PHP:

$char = "\x{C07B}";
echo $char;  // Output: 쁻

Ruby:

char = "\u{C07B}"
puts char  # Output: 쁻

Rust:

let c = '\u{C07B}';
println!("{}", c);  // Output: 쁻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00C07B";  /* Display: 쁻 */
}

HTML Decimal:

<p>HTML decimal: &#49275;</p>  <!-- Display: 쁻 -->

HTML Hexadecimal:

<p>HTML hex: &#xC07B;</p>  <!-- Display: 쁻 -->

URL Encoding:

// 쁻 URL encoding
https://unicodefinder.com/search.php?query=%EC%81%BB

Encodings

MD5:

d8e97eef9b8100abc2ab331f27a8ca48

SHA1:

7a5e01394dc08c297614df9b355919ed02cd7762

Base64:

7IG7